aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-17 23:40:29 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-22 00:34:56 +0100
commit30a0c070e41212172f5516936594ec0f6e72ac70 (patch)
tree86ee45692ce7f54e3298d84f20a86fd482afbbaa /ChangeLog
parent651179b5da0777f861e427f96fd8560bf1516ae5 (diff)
downloadqpdf-30a0c070e41212172f5516936594ec0f6e72ac70.tar.zst
Add QPDFObjectHandle::getJSON()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1024773..dbd589fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-12-18 Jay Berkenbilt <ejb@ql.org>
+ * New method QPDFObjectHandle::getJSON() returns a JSON object
+ with a partial representation of the object. See
+ QPDFObjectHandle.hh for a detailed description.
+
* Add a simple JSON serializer. This is not a complete or
general-purpose JSON library. It allows assembly and serialization
of JSON structures with some restrictions, which are described in