Skip to content

Instantly share code, notes, and snippets.

@kustraslawomir
Created January 30, 2019 12:30
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 kustraslawomir/5ff9cf29d34cb8aea73f0a38e5a8a615 to your computer and use it in GitHub Desktop.
Save kustraslawomir/5ff9cf29d34cb8aea73f0a38e5a8a615 to your computer and use it in GitHub Desktop.
{
"posts": [
{
"id": 1,
"title": "Post 1"
},
{
"id": 2,
"title": "Post 2"
},
{
"id": 3,
"title": "Post 3"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
},
{
"id": 2,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment