All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jakarta.json-tck-tests.2.1.1.source-code.jsonObjectWithAllTypesOfDataUTF16LE.json Maven / Gradle / Ivy

The newest version!
{
	"emptyString" : "",
	"emptyArray" : [],
	"emptyObject" : {},
	"string" : "string",
	"number" : 100,
	"true" : true,
	"false" : false,
	"null" : null,
	"object" : {
		"emptyString" : "",
		"emptyArray" : [],
		"emptyObject" : {},
		"string" : "string",
		"number" :  100,
		"true" : true,
		"false" : false,
		"null" : null,
		"object" : { "name" : "value" },
		"array" : [ "one", "two" ]
	},
	"array" : [ "string", 100, true, false, null, { "name" : "value" }, [ "one", "two" ] ],
	"intPositive" : 100,
	"intNegative" : -100,
	"longMax"     : 9223372036854775807,
	"longMin"     : -9223372036854775808,
	"fracPositive" : 0.5,
	"fracNegative" : -0.5,
	"expPositive1" : 7e3,
	"expPositive2" : 7e+3,
	"expPositive3" : 9E3,
	"expPositive4" : 9E+3,
	"expNegative1" : 7e-3,
	"expNegative2" : 7E-3,
	"asciiChars" : "!@#$%^&*()_+|~1234567890-=;',./<>? qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy