mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-25 07:12:28 +00:00
10 lines
125 B
JSON
10 lines
125 B
JSON
|
{
|
||
|
"status": 200,
|
||
|
"response": {
|
||
|
"array": [0, 1, 2, "Three"],
|
||
|
"object": {
|
||
|
"with": "more details"
|
||
|
}
|
||
|
}
|
||
|
}
|