Skip to content

Instantly share code, notes, and snippets.

@klemenzarn
Created March 6, 2017 17:58
Show Gist options
  • Save klemenzarn/3fa6399891865a873aecf328a09e7bb7 to your computer and use it in GitHub Desktop.
Save klemenzarn/3fa6399891865a873aecf328a09e7bb7 to your computer and use it in GitHub Desktop.
{
"ID": 1,
"name": "Europark",
"allSlots": 1000,
"freeSlots": 489,
"areas": [
{
"ID": 1,
"short_name": "P1",
"full_name": "Nadstropje 1",
"parking_id": 1,
"occupancy": {
"freeSlots": 139,
"allSlots": 271
}
},
{
"ID": 3,
"short_name": "P2",
"full_name": "Nadstropje 2",
"parking_id": 1,
"occupancy": {
"freeSlots": 112,
"allSlots": 249
}
},
{
"ID": 4,
"short_name": "P3",
"full_name": "Nadstropje 3",
"parking_id": 1,
"occupancy": {
"freeSlots": 120,
"allSlots": 230
}
},
{
"ID": 5,
"short_name": "P4",
"full_name": "Nadstropje 4",
"parking_id": 1,
"occupancy": {
"freeSlots": 118,
"allSlots": 250
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment