ZigJSON/test/test.json
2024-08-01 11:41:50 -06:00

15 lines
272 B
JSON

{
"hello": "world",
"item2": {
"subitem": 3,
"otheritem": 12.7,
"subobject": {
"subsubitem": [ "a", "b", "c", "127" ]
}
},
"array": [ 4,5, 6 , 8, 20 ],
"online": true,
"active": false,
"null": null
}