Skip to content

Instantly share code, notes, and snippets.

@kitze
Created April 7, 2019 13:03
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 kitze/29698f635e55b9284275be593e039b6f to your computer and use it in GitHub Desktop.
Save kitze/29698f635e55b9284275be593e039b6f to your computer and use it in GitHub Desktop.
data.json
{
"articles": [
{
"id": 1,
"title": "Hello world",
"body": "The content of the article"
},
{
"id": 2,
"title": "Hello there",
"body": "The content of the second article"
},
{
"id": 3,
"title": "Howdy",
"body": "The content of the third article"
}
],
"users": [
{
"id": 1,
"name": "Kristijan",
"email": "becky@gmail.com"
},
{
"id": 2,
"name": "Becky",
"email": "becky@gmail.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment