2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-01 01:40:51 +00:00
qpdf/qpdf/qtest/qpdf/merge-dict.out
Jay Berkenbilt 3246923cf2 Implement JSON v2 for String
Also refine the herustic for deciding whether to use hexadecimal
notation for a string.
2022-05-08 13:45:20 -04:00

45 lines
465 B
Plaintext

{
"/k1": "u:scalar1",
"/k2": 16059,
"/k3": {
"/a": "u:a",
"/b": "u:conflict: seen",
"/c": [
2,
3
],
"/d": {
"/y": 25,
"/z": 26
},
"/e": "u:e"
},
"/k4": {
"/A": 65,
"/B": 66,
"/C": 67,
"/indirect2": "8 0 R",
"/recursive": "9 0 R"
},
"/k5": [
"/one",
2,
"u:three",
[
"/four"
],
"u:two"
]
}
/A
/B
/C
/a
/b
/c
/d
/e
/indirect2
/recursive
test 50 done