1
1
mirror of https://github.com/wader/fq.git synced 2024-11-28 11:42:50 +03:00
fq/format/json/testdata/variants.json

22 lines
390 B
JSON
Raw Normal View History

[
null,
true,
false,
123,
123.123,
"string",
[1, 2, 3],
{
"array": [ true, false, null, 1.2, "string", [1.2, 3], {"a": 1} ],
"escape \\\"": 456,
"false": false,
"null": null,
"number": 1.2,
"object": {"a": 1},
"string": "string",
"true": true,
"white space": 123
},
[],
{}
]