aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-12-17 17:55:11 +0100
committerJay Berkenbilt <ejb@ql.org>2018-12-22 00:34:56 +0100
commit651179b5da0777f861e427f96fd8560bf1516ae5 (patch)
tree8e4d3ba2a121fc5803b8465d5977443e21f3e460 /ChangeLog
parent0776c00129fac282e2e758bf1f32474af85db50e (diff)
downloadqpdf-651179b5da0777f861e427f96fd8560bf1516ae5.tar.zst
Add simple JSON serializer
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c5ec9ce..c1024773 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2018-12-18 Jay Berkenbilt <ejb@ql.org>
+ * 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
+ the header file.
+
* Add QPDFNameTreeObjectHelper class. This class provides useful
methods for dealing with name trees, which are discussed in
section 7.9.6 of the PDF spec (ISO-32000).