Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
{
"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