Created
October 10, 2016 14:14
-
-
Save dobryakov/92008e728d91cc676d562f53f9082fdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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