Skip to content

Instantly share code, notes, and snippets.

@dobryakov
Created October 10, 2016 14:14
Show Gist options
  • Save dobryakov/92008e728d91cc676d562f53f9082fdb to your computer and use it in GitHub Desktop.
Save dobryakov/92008e728d91cc676d562f53f9082fdb to your computer and use it in GitHub Desktop.
{
"comments":[
{
"id": 1,
"body": "comment 1",
"likes": [
{
"id": 1,
"user": {
"id": 11,
"username": "Anna"
}
},
{
"id": 2,
"user": {
"id": 22,
"username": "Bella"
}
}
]
},
{
"id": 2,
"body": "comment 2",
"likes": [
{
"id": 3,
"user": {
"id": 33,
"username": "Catty"
}
},
{
"id": 4,
"user": {
"id": 44,
"username": "Dasha"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment