Skip to content

Instantly share code, notes, and snippets.

@mstfymrtc
Created May 3, 2018 21:34
Show Gist options
  • Save mstfymrtc/42d5bcdd7224f599ab767b4053350cdc to your computer and use it in GitHub Desktop.
Save mstfymrtc/42d5bcdd7224f599ab767b4053350cdc to your computer and use it in GitHub Desktop.
{
"posts": [
{
"id": 1,
"title": "title-one",
"author": "mustafayumurtaci"
},
{
"id": 2,
"title": "title-two",
"author": "mustafayumurtaci"
},
{
"id": 3,
"title": "title-three",
"author": "mustafayumurtaci"
},
{
"id": 4,
"title": "title-four",
"author": "mustafayumurtaci"
},
{
"title": "title-NEW",
"author": "mustafayumurtaci-NEW",
"id": 5
}
],
"comments": [
{
"id": 1,
"body": "comments here",
"postId": 1
},
{
"id": 2,
"body": "some other comments here",
"postId": 4
}
],
"profile": [
{
"name": "mustafayumurtaci"
},
{
"name": "yumurtacimustafa"
},
{
"name": "myumurtaci"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment