29 lines
557 B
JSON
29 lines
557 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
} |