git-subtree-dir: deps/ox/deps/jsoncpp git-subtree-split: 5defb4ed1a4293b8e2bf641e16b156fb9de498cc
18 lines
236 B
JSON
18 lines
236 B
JSON
{
|
|
"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] }
|
|
}
|
|
}
|
|
}
|
|
}
|