Files
Cloud-CMS/tests/resources/RemoteDataSet.json

19 lines
362 B
JSON
Raw Permalink Normal View History

2025-12-02 10:32:59 -05:00
{
"data": [
{
"id": 1,
"Date": "2019-07-29 13:11:00",
"title": "Title 1"
},
{
"id": "2",
"Date": "2019-07-30 03:04:00",
"title": null
},
{
"id": 3,
"Date": "31-07-2019 06:51 AM",
"title": true
}
]
}