aboutsummaryrefslogtreecommitdiff
path: root/test/data/legacy_test_complex_01.json
blob: cc0f30f5c3478ec75dd703c840f96d7ac4144e4b (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] } 
			} 
		}
	}
}