Last active
May 13, 2017 21:17
-
-
Save nak1114/fc50653ce2da2c8d3189cc2fe5ebde19 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"type": "korok", | |
"lat": 30, | |
"lng": 10, | |
"comment": "'hoge'", | |
"roots": [ | |
{ | |
"lat": -10, | |
"lng": -10, | |
"comment": "'01.切り株'" | |
}, | |
{ | |
"lat": -20, | |
"lng": -10, | |
"comment": "'02.ゴール'" | |
} | |
] | |
}, | |
{ | |
"type": "korok", | |
"lat": -10, | |
"lng": 10, | |
"comment": "'hogefg" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment