47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"posts": [
|
|
{
|
|
"id": 1,
|
|
"title": "A Whole New World",
|
|
"featured": false,
|
|
"image": null,
|
|
"status": "published"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"title": "The Bare Necessities",
|
|
"featured": false,
|
|
"image": "myimage.jpg",
|
|
"status": "draft"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"title": "When She Loved Me",
|
|
"featured": true,
|
|
"image": null,
|
|
"status": "published"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"title": "Circle of Life",
|
|
"featured": true,
|
|
"image": null,
|
|
"status": "published"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"title": "Be Our Guest",
|
|
"featured": true,
|
|
"image": null,
|
|
"status": "published"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"title": "He's a Tramp",
|
|
"featured": true,
|
|
"image": null,
|
|
"status": "published"
|
|
}
|
|
]
|
|
}
|