jansson/test/testdata/valid
2009-07-26 21:51:45 +03:00

68 lines
805 B
Plaintext

[""]
========
["a"]
========
["abcdefghijklmnopqrstuvwxyz1234567890 "]
========
["€þıœəßð some utf-8 ĸʒ×ŋµåäö𝄞"]
========
["\"\\\/\b\f\n\r\t"]
========
["\u002c one-byte UTF-8"]
========
["\u0123 two-byte UTF-8"]
========
["\u0821 three-byte UTF-8"]
========
["\uD834\uDD1E surrogate, four-byte UTF-8"]
========
["\u0012 escaped control character"]
========
[0]
========
[1]
========
[123]
========
[-0]
========
[-1]
========
[-123]
========
[123.456789]
========
[123e45]
========
[1E22]
========
[1e+2]
========
[1e-2]
========
[1E+2]
========
[1E-2]
========
[123.456e78]
========
[true]
========
[false]
========
[null]
========
[]
========
[{}]
========
[1,2,3,4,
"a", "b", "c",
{"foo": "bar", "core": "dump"},
true, false, true, true, null, false
]
========
{}
========
{"a":[]}