16 lines
181 B
JSON
16 lines
181 B
JSON
|
{
|
||
|
"Array": [
|
||
|
3.14,
|
||
|
{
|
||
|
"key": "val"
|
||
|
}
|
||
|
],
|
||
|
"Dictionary": {
|
||
|
"FalseBool": false
|
||
|
},
|
||
|
"Integer": 1,
|
||
|
"Null": null,
|
||
|
"String": "value",
|
||
|
"TrueBool": true
|
||
|
}
|