mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-04 20:37:50 +00:00
18 lines
143 B
JSON
18 lines
143 B
JSON
{
|
|
"a": "bcd",
|
|
"e": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
"five",
|
|
{
|
|
"8": 9,
|
|
"six": 7
|
|
},
|
|
null,
|
|
true,
|
|
false
|
|
]
|
|
}
|