summaryrefslogtreecommitdiff
path: root/SDL_Core/src/thirdPartyLibs/jsoncpp/test/data/test_complex_01.json
blob: fb2f86c64be31d655307e35fe50f2743ca99d45d (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] } 
			} 
		}
	}
}