Last active
August 29, 2015 13:59
-
-
Save bryantAXS/10918324 to your computer and use it in GitHub Desktop.
Broomfield Parks JSON
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": "Test Park Name", | |
| "address": "W 4th Ave and W Garnet St.", | |
| "city": "Broomfield", | |
| "videos": [ | |
| "http://www.videourl.com" | |
| ], | |
| "photos": [ | |
| { | |
| "src": "http://photourl.com/img.jpg", | |
| "caption": "A caption for a photo" | |
| }, | |
| { | |
| "src": "http://photourl.com/img.jpg", | |
| "caption": "A caption for a photo" | |
| } | |
| ], | |
| "lat": "100.00", | |
| "lng": "100.00", | |
| "overview": "Overview Copy", | |
| "directions": "Directions Copy", | |
| "amenities": [ | |
| "Historic Buildings", | |
| "Picnic Table" | |
| ], | |
| "features": [ | |
| { | |
| "name": "Feature Name", | |
| "lat": "100.00", | |
| "lng": "100.00" | |
| }, | |
| { | |
| "name": "Feature Name", | |
| "lat": "100.00", | |
| "lng": "100.00" | |
| } | |
| ], | |
| "nearby": [ | |
| "Lac Amora Open Space", | |
| "The Field Open Space" | |
| ], | |
| "regionalConnections": [ | |
| "Connection 1", | |
| "Connection 2" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment