29 lines
557 B
JSON
Raw Permalink Normal View History

2022-10-13 13:56:38 +02:00
{
"ponies": [
{
"id": 1,
"name": "Applejack",
"type": "earth"
},{
"id": 2,
"name": "Rainbow Dash",
"type": "pegasus"
}, {
"id": 3,
"name": "Izzy Moonbow",
"type": "Unicorn"
}
],
"places":[
{
"id": 1,
"name": "PonyVille"
}, {
"id": 2,
"name": "Marebay time"
}, {
"id": 3,
"name": "Cloudsdale"
}
]
}