mirror of
https://github.com/qpdf/qpdf.git
synced 2024-11-02 11:46:35 +00:00
19 lines
168 B
JSON
19 lines
168 B
JSON
{
|
|
"a": "bcd",
|
|
"e": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
"five",
|
|
{
|
|
"8": 9,
|
|
"six": 7
|
|
},
|
|
null,
|
|
true,
|
|
false,
|
|
"a\b\f\n\r\t\\\"/z"
|
|
]
|
|
}
|