Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created April 14, 2012 22:20
Show Gist options
  • Save groovecoder/2388128 to your computer and use it in GitHub Desktop.
Save groovecoder/2388128 to your computer and use it in GitHub Desktop.
facility_json
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"total_count": 1
},
"objects": [
{
"address": "6119 E 11TH ST E TULSA, OK 74112",
"city": "Tulsa",
"id": "208",
"latest_score": null,
"latitude": "36.14790800",
"longitude": "-95.90880800",
"name": "11TH STREET PUB",
"resource_uri": "/api/v1/facility/208/",
"state": "OK",
"type": "Bar",
"zip_code": ""
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment