Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Created June 3, 2018 22:51
Show Gist options
  • Save wnqueiroz/ba371a1a2edcdaa56373c7c63f36636f to your computer and use it in GitHub Desktop.
Save wnqueiroz/ba371a1a2edcdaa56373c7c63f36636f to your computer and use it in GitHub Desktop.
john_watson_post_with_comments.js
{
"title": "This is a user post 1...",
"body": "This is a body...",
"user": {
"id": 1,
"name": "John Watson",
"email": "john@watson.com"
},
"comments": [
{
"name": "John Smith",
"comment": "Great article",
"age": 28,
"stars": 4,
"date": "2014-09-01"
},
{
"name": "Alice White",
"comment": "More like this please",
"age": 31,
"stars": 5,
"date": "2014-10-22"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment