15 lines
272 B
JSON
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
|
|
}
|