Skip to content

Instantly share code, notes, and snippets.

@pundu55
Last active December 30, 2015 21:09
Show Gist options
  • Save pundu55/7885266 to your computer and use it in GitHub Desktop.
Save pundu55/7885266 to your computer and use it in GitHub Desktop.
JSON Location Example
[{
"restaurants" : [{
"id" : 1,
"title" : "Patel Brother",
"image_url" : "appicon.png",
"address" : "8800 Sawmil road, Texas",
"tags" : ["indian", "asian"]
}, {
"id" : 2,
"title" : "Saravanabavan",
"image_url" : "appicon.png",
"address" : "7645 William road, NY",
"tags" : ["indian", "asian", "chinese"]
}, {
"id" : 3,
"title" : "Ahemad Brother",
"image_url" : "appicon.png",
"address" : "7675 Sawmil road, Texas",
"tags" : ["indian", "asian"]
}, {
"id" : 4,
"title" : "KFC",
"image_url" : "appicon.png",
"address" : "7675 Sawmil road, Texas",
"tags" : ["indian", "asian"]
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment