2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-23 15:18:33 +00:00
qpdf/libtests/qtest/json_parse/save-01.json

18 lines
143 B
JSON
Raw Normal View History

2022-01-17 18:40:38 -05:00
{
"a": "bcd",
"e": [
1,
2,
3,
4,
"five",
{
"8": 9,
"six": 7
},
null,
true,
false
]
}