Skip to content

Instantly share code, notes, and snippets.

@harshvishu
Created July 13, 2017 10:38
Show Gist options
  • Save harshvishu/f75e8ae54ce6df9054885f6c937435e2 to your computer and use it in GitHub Desktop.
Save harshvishu/f75e8ae54ce6df9054885f6c937435e2 to your computer and use it in GitHub Desktop.
sample json
{
"success": true,
"response": {
"id": "4",
"name": "Door",
"type": "building",
"bankLabel": "Location",
"elevatorLabel": "Sub-Location",
"user_id": "58",
"status": null,
"modified": "2017-07-13 12:26:33",
"created": "2017-06-20 03:21:25",
"bank_locations": [
{
"name": "Line H1",
"line_items": [
"Line H11"
]
},
{
"name": "Line H2",
"line_items": [
"Line h1",
"Line h2",
"Line h3"
]
}
],
"elevator_locations": [
{
"name": "Front",
"line_items": [
"Line 1"
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment