Skip to content

Instantly share code, notes, and snippets.

@montyanderson
Created July 12, 2015 14:17
Show Gist options
  • Save montyanderson/033d7cb89632734665d3 to your computer and use it in GitHub Desktop.
Save montyanderson/033d7cb89632734665d3 to your computer and use it in GitHub Desktop.
Cardboard City JSON Dumps
{
"buildings":[
{
"id":"Youth Center",
"votes":3,
"approved":true
},
{
"id":"Meditation Centre",
"votes":2,
"approved":true
},
{
"id":"Castle",
"votes":4,
"approved":true
},
{
"id":"Youtube World",
"votes":3,
"approved":true
},
{
"id":"Disco",
"votes":1,
"approved":true
},
{
"id":"Power Station",
"votes":1,
"approved":true
},
{
"id":"Cat Shop",
"votes":4,
"approved":true
},
{
"id":"Legoland",
"votes":0,
"approved":true
},
{
"id":"Play Area",
"votes":0,
"approved":true
},
{
"id":"Central Hospital",
"votes":2,
"approved":true
},
{
"id":"Macdonalds",
"votes":0,
"approved":true
},
{
"id":"Water park",
"votes":0,
"approved":false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment