
jakarta.json-tck-tests.2.1.1.source-code.jsonArrayWithAllTypesOfData.json Maven / Gradle / Ivy
The newest version!
[
"",
[],
{},
"string",
100,
true,
false,
null,
{
"emptyString" : "",
"emptyArray" : [],
"emptyObject" : {},
"string" : "string",
"number" : 100,
"true" : true,
"false" : false,
"null" : null,
"object" : { "name" : "value" },
"array" : [ "one", "two" ]
},
[ "string", 100, true, false, null, { "name" : "value" }, [ "one", "two" ] ],
100,
-100,
9223372036854775807,
-9223372036854775808,
0.5,
-0.5,
7e3,
7e+3,
9E3,
9E+3,
7e-3,
7E-3,
"!@#$%^&*()_+|~1234567890-=;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"
]
© 2015 - 2024 Weber Informatics LLC | Privacy Policy