2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 21:19:06 +00:00
qpdf/libtests/qtest/json_parse/save-01.json

18 lines
143 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,
false
]
}