Skip to content

Instantly share code, notes, and snippets.

@kunxin-chor
Last active February 9, 2023 07:32
Show Gist options
  • Save kunxin-chor/a5f5cab3e8a6ad0868134334c1432d9a to your computer and use it in GitHub Desktop.
Save kunxin-chor/a5f5cab3e8a6ad0868134334c1432d9a to your computer and use it in GitHub Desktop.
JSON data files
[
{
"name":"Yishun",
"coordinates":[1.4304, 103.8354]
},
{
"name":"Bedok",
"coordinates":[1.3236, 103.9273]
},
{
"name":"Bukit Panjang",
"coordinates":[1.3774, 103.7719]
}
]
[
{
"name":"Causeway Point",
"coordinates":[1.4360, 103.768]
},
{
"name":"Northpoint City",
"coordinates":[1.4280, 103.864]
},
{
"name":"The Centerpoint",
"coordinates":[1.3021,103.8398]
}
]
[
{
"name":"Singapore Zoo",
"coordinates":[1.348,103.77]
},
{
"name":"Jurong Bird Park",
"coordinates":[1.318,103.7064]
},
{
"name":"Bukit Timah Nature Reserves",
"coordinates":[1.3541,103.776]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment