ulib/3party/jsoncpp/test/data/legacy_test_complex_01.json

18 lines
236 B
JSON
Raw Normal View History

2023-12-26 20:58:36 +08:00
{
"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] }
}
}
}
}