Files
MercuryToolbox/fixtures/cjson/sample.json
T

15 lines
124 B
JSON

{
"z": 3,
"a": {
"y": 2,
"x": 1
},
"items": [
{
"b": 2,
"a": 1
}
],
"name": "Ada"
}