mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
be4a512887
Also add two newlines (rebased from `aaronfranke/formatting`) resolves #1220 Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
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] }
|
|
}
|
|
}
|
|
}
|
|
}
|