Created
February 2, 2017 14:11
-
-
Save kuon/4cea1be04757fbf04210dd7b256a8ea5 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
{ | |
"id": 3, | |
"content": "My awesome post", | |
"comments": [ | |
{ "id": 3, "content": "This should be the first comment"}, | |
{ "id": 6, "content": "This should be the second comment"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment