Skip to content

Instantly share code, notes, and snippets.

@ashishmadeti
Last active November 11, 2019 13:20
Show Gist options
  • Save ashishmadeti/651877fde59c4981fd2e2b44b62378ae to your computer and use it in GitHub Desktop.
Save ashishmadeti/651877fde59c4981fd2e2b44b62378ae to your computer and use it in GitHub Desktop.
Example.json
{
"petitioner": {
"name": "State Bank of India",
"type": "Company",
"address": {
"building": "B-401",
"street": "Clover Park",
"city": "Pune"
}
},
"respondent": {
"name": "Mukesh Mittal",
"type": "Individual",
"address": {
"building": "D-12/3",
"street": "Prasad Nagar",
"city": "Pune"
}
},
"is_disposed": true,
"advocates": [
{
"name": "Jitesh Joshi",
"for": "petitioner",
"age": 41
},
{
"name": "Pradeep Pandey",
"for": "respondent",
"age": 54
}
],
"forum": "Debt Recovery Tribunal - II, New Delhi"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment