Skip to content

Instantly share code, notes, and snippets.

@gmile
Created October 30, 2013 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmile/7233373 to your computer and use it in GitHub Desktop.
Save gmile/7233373 to your computer and use it in GitHub Desktop.
{
"post": {
"id": 1,
"title": "New post",
"body": "A body!",
"comment_ids": [ 1, 2 ]
},
"comments": [
{ "id": 1, "body": "what a dumb post", "tag_ids": [ 1, 2 ] },
{ "id": 2, "body": "i liked it", "tag_ids": [ 1, 3 ] },
],
"tags": [
{ "id": 1, "name": "short" },
{ "id": 2, "name": "whiny" },
{ "id": 3, "name": "happy" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment