Last active
February 9, 2023 07:32
-
-
Save kunxin-chor/a5f5cab3e8a6ad0868134334c1432d9a to your computer and use it in GitHub Desktop.
JSON data files
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
[ | |
{ | |
"name":"Yishun", | |
"coordinates":[1.4304, 103.8354] | |
}, | |
{ | |
"name":"Bedok", | |
"coordinates":[1.3236, 103.9273] | |
}, | |
{ | |
"name":"Bukit Panjang", | |
"coordinates":[1.3774, 103.7719] | |
} | |
] |
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
[ | |
{ | |
"name":"Causeway Point", | |
"coordinates":[1.4360, 103.768] | |
}, | |
{ | |
"name":"Northpoint City", | |
"coordinates":[1.4280, 103.864] | |
}, | |
{ | |
"name":"The Centerpoint", | |
"coordinates":[1.3021,103.8398] | |
} | |
] |
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
[ | |
{ | |
"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