{ "posts": [ { "id": 1, "title": "My first post", "html": "
Loads of text here...
", "author": "joe", "featured": false, "image": null, "status": "published", "tags": ["photo"] }, { "id": 2, "title": "Second post", "html": "And some more text...
", "author": "joe", "featured": false, "image": "myimage.jpg", "status": "draft", "tags": ["video"] }, { "id": 3, "title": "3rd post", "html": "Something else...
", "author": "joanne", "featured": true, "image": null, "status": "published", "tags": ["photo", "video"] }, { "id": 4, "title": "The post that was number 4", "html": "It's always sunny.
", "author": "joanne", "featured": false, "image": "myimage.jpg", "status": "published", "tags": ["audio"] }, { "id": 5, "title": "5 is not ready yet", "html": "", "author": "joe", "featured": false, "image": null, "status": "draft", "tags": [] }, { "id": 6, "title": "6th thing", "html": "More test...
", "author": "joanne", "featured": true, "image": "somethinghere.jpg", "status": "draft", "tags": ["photo", "video"] } ] }