Last active
December 9, 2019 07:17
-
-
Save brianhdk/e8bc13ea9215d3098df4491ab32c918d 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
| { | |
| "id": "<<id>>", | |
| "locations": [ | |
| { | |
| "name": "<<reindeer1>>", | |
| "position": { | |
| "lat": 21.366934221990263, | |
| "lon": 42.37590954272628 | |
| } | |
| }, | |
| { | |
| "name": "<<reindeer2>>", | |
| "position": { | |
| "lat": 21.366934221990263, | |
| "lon": 42.37590954272628 | |
| } | |
| }, | |
| ... | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment