mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-05 04:47:53 +00:00
5 lines
142 B
JSON
5 lines
142 B
JSON
|
{
|
||
|
"a": [1, 2, {"x": "y"}, 3, {"keep": "not in final output"}],
|
||
|
"keep": [1, null, 2, false, "keep", 3, ["this", "keep", "not", "final"]]
|
||
|
}
|