Skip to content

Instantly share code, notes, and snippets.

@Breefield
Created February 20, 2014 22:04
Show Gist options
  • Save Breefield/9124238 to your computer and use it in GitHub Desktop.
Save Breefield/9124238 to your computer and use it in GitHub Desktop.
{
"animal": {
"id": 1,
"kind": "Lion",
"waterhole_ids": [1, 2]
},
"waterholes": [
{ "id": 1, "name": "lots of water here" },
{ "id": 2, "name": "so much h2o"}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment