2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-15 16:42:19 +00:00
qpdf/libtests/qtest/json_parse/save-10.json
2022-05-01 19:55:52 -04:00

28 lines
252 B
JSON

{
"a": [
1,
2,
{
"x": "y"
},
3,
{
"keep": "not in final output"
}
],
"keep": [
1,
null,
2,
false,
"keep",
3,
[
"this",
"keep",
"not",
"final"
]
]
}