Last active
May 7, 2019 19:02
-
-
Save afska/6e2d1ac8c8a9ecfa6cd10bbed4ac9389 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"id": 1, | |
"date": "2018-01-02", | |
"slug": "first-post", | |
"title": { | |
"rendered": "First post!" | |
}, | |
"content": { | |
"rendered": "First post content..." | |
} | |
}, | |
{ | |
"id": 2, | |
"date": "2018-01-03", | |
"slug": "second-post", | |
"title": { | |
"rendered": "Second post!" | |
}, | |
"content": { | |
"rendered": "Second post content..." | |
} | |
}, | |
{ | |
"id": 3, | |
"date": "2018-01-04", | |
"slug": "third-post", | |
"title": { | |
"rendered": "Third post!" | |
}, | |
"content": { | |
"rendered": "Third post content..." | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment