json2apex icon indicating copy to clipboard operation
json2apex copied to clipboard

Loosely typed array

Open ziqul opened this issue 7 years ago • 0 comments

This piece of code:

{
	"new": 2,
	"Integer": {
		"class": false,
		"interface": "awd"
	},
	"a": [
		{
			"b": 2,
			"f": false
		},
		{
			"f": [
				"f",
				false,
				{
					"k": "awd",
					"m": false
				}
			]
		}
	]
}

gave me this result: image

My assumption it's because of loosely typed array in loosely typed array, but this is just an assumption.

ziqul avatar Jul 28 '17 07:07 ziqul