Created
April 7, 2019 13:03
-
-
Save kitze/29698f635e55b9284275be593e039b6f to your computer and use it in GitHub Desktop.
data.json
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
{ | |
"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": "[email protected]" | |
}, | |
{ | |
"id": 2, | |
"name": "Becky", | |
"email": "[email protected]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment