Skip to content

Instantly share code, notes, and snippets.

@bryantAXS
Last active August 29, 2015 13:59
Show Gist options
  • Select an option

  • Save bryantAXS/10918324 to your computer and use it in GitHub Desktop.

Select an option

Save bryantAXS/10918324 to your computer and use it in GitHub Desktop.
Broomfield Parks JSON
{
"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