Files
nostalgia/deps/jsoncpp/test/data/legacy_test_complex_01.json
T
gary b93c2582c0 Squashed 'deps/ox/' content from commit 7e884fd3
git-subtree-dir: deps/ox
git-subtree-split: 7e884fd3b44ccddb7b00b9acd6f8dc1a27881996
2026-05-05 22:02:46 -05:00

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] }
}
}
}
}