Skip to content

Instantly share code, notes, and snippets.

@afska
Last active May 7, 2019 19:02
Show Gist options
  • Save afska/6e2d1ac8c8a9ecfa6cd10bbed4ac9389 to your computer and use it in GitHub Desktop.
Save afska/6e2d1ac8c8a9ecfa6cd10bbed4ac9389 to your computer and use it in GitHub Desktop.
[
{
"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