Skip to content

Instantly share code, notes, and snippets.

@marchermans
Last active February 29, 2016 19:24
Show Gist options
  • Save marchermans/af9795cdd7a35b277acc to your computer and use it in GitHub Desktop.
Save marchermans/af9795cdd7a35b277acc to your computer and use it in GitHub Desktop.
JSON Example
{
"tileEntities" : [
{
"xpos" : 4,
"ypos" : 4,
"type" : "office_4x4",
"data" : [
]
},
{
"xpos" : 10,
"ypos" : 10,
"type" : "office_1x1",
"data" : [
{
"spawnCooldown":60,
}
]
},
{
"xpos" : 10,
"ypos" : 22,
"type" : "home_2x2",
"data" : [
{
"canSpawn" : false,
"inHabitants" : [
{
"name":"peter",
"age":26
},
{
"name":"simon",
"age":14
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment