2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-26 15:13:42 +00:00
qpdf/libtests/qtest/json_parse/save-01.json

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

19 lines
168 B
JSON
Raw Normal View History

2022-01-17 23:40:38 +00:00
{
"a": "bcd",
"e": [
1,
2,
3,
4,
"five",
{
"8": 9,
"six": 7
},
null,
true,
2022-02-25 16:42:50 +00:00
false,
"a\b\f\n\r\t\\\"/z"
2022-01-17 23:40:38 +00:00
]
}