aboutsummaryrefslogtreecommitdiff
path: root/test/data/legacy_test_complex_01.json
blob: 2c4a869abe76d8a49126b0f29ae6ba775608e9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"count" : 1234,
	"name" : { "aka" : "T.E.S.T.", "id" : 123987 },
	"attribute" : [
		"random",
		"short",
		"bold",
		12,
		{ "height" : 7, "width" : 64 }
		],
	"test": { "1" :
		{ "2" :
			{ "3" :  { "coord" : [ 1,2] }
			}
		}
	}
}