2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-26 23:23:34 +00:00
qpdf/libtests/qtest/json_parse/good-10.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
142 B
JSON
Raw Permalink Normal View History

2022-05-01 18:06:31 +00:00
{
"a": [1, 2, {"x": "y"}, 3, {"keep": "not in final output"}],
"keep": [1, null, 2, false, "keep", 3, ["this", "keep", "not", "final"]]
}