Skip to content

Instantly share code, notes, and snippets.

@eit
Created May 29, 2013 06:51
Show Gist options
  • Save eit/5668416 to your computer and use it in GitHub Desktop.
Save eit/5668416 to your computer and use it in GitHub Desktop.
{
"array": [
{
"location": {
"lat": 123,
"long": 456,
"address": "xxxxxx"
},
"uid": "12345"
"tel": "0912345678",
"description": "description",
"name": "store name"
"rate": "0~10"
},
{
"location": {
"lat": 123,
"long": 456,
"address": "xxxxxx"
},
"uid": "12345"
"tel": "0912345678",
"description": "description",
"name": "store name"
"rate": "0~10"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment