aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_json.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-08-01 17:31:09 +0200
committerJay Berkenbilt <ejb@ql.org>2022-08-06 20:24:08 +0200
commit3ec43f055a8aa623187799d160f8642f497f21f4 (patch)
tree581b64f19d79183be3958b0bb6ce114f59d29ce5 /libqpdf/QPDF_json.cc
parenta3037ca440e2a7cf9b5d377c932f2d322f31dace (diff)
downloadqpdf-3ec43f055a8aa623187799d160f8642f497f21f4.tar.zst
Fix parsing comment
Diffstat (limited to 'libqpdf/QPDF_json.cc')
-rw-r--r--libqpdf/QPDF_json.cc9
1 files changed, 6 insertions, 3 deletions
diff --git a/libqpdf/QPDF_json.cc b/libqpdf/QPDF_json.cc
index 1898e728..131e7dee 100644
--- a/libqpdf/QPDF_json.cc
+++ b/libqpdf/QPDF_json.cc
@@ -14,8 +14,11 @@
// | st_initial
// { | -> st_top
-// "qpdf-v2": { | -> st_qpdf
-// "objects": { | -> st_objects
+// "qpdf": [ | -> st_qpdf
+// { | -> st_qpdf_meta
+// ... | ...
+// }, | ...
+// { | -> st_objects
// "obj:1 0 R": { | -> st_object_top
// "value": { | -> st_object
// "/Pages": "2 0 R", | ...
@@ -41,7 +44,7 @@
// } | <- st_trailer
// } | <- st_objects
// } | <- st_qpdf
-// } | <- st_top
+// ] | <- st_top
// } | <- st_initial
static char const* JSON_PDF = (