Last active
December 30, 2015 21:09
-
-
Save pundu55/7885266 to your computer and use it in GitHub Desktop.
JSON Location Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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