10 lines
878 B
JSON
10 lines
878 B
JSON
|
{
|
||
|
"a": "b",
|
||
|
"b": true,
|
||
|
"obj": { "a": "c" },
|
||
|
"undef": null,
|
||
|
"c": false,
|
||
|
"int": -1,
|
||
|
"list": [1, 2, 0, 3,
|
||
|
4, -6 ],
|
||
|
"obj2": " - $
|