Blame view

3rdparty/jsoncpp-1.9.5/test/data/legacy_test_complex_01.json 236 Bytes
09c2d08c   Hu Chunming   arm交付版
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] }
  			}
  		}
  	}
  }