summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-07 17:12:15 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-08 19:45:20 +0200
commit1bc8abfdd3eb9b5a6af5d274c85cd1708bdb9e0c (patch)
treef60184566462e0c5df996ca54bc8f6ba3f3a356f /TODO
parent3246923cf2189554f7c348ebf51c9774c09deec8 (diff)
downloadqpdf-1bc8abfdd3eb9b5a6af5d274c85cd1708bdb9e0c.tar.zst
Implement JSON v2 for Stream
Not fully exercised in this commit
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index db022f5a..94aa2dec 100644
--- a/TODO
+++ b/TODO
@@ -63,6 +63,8 @@ General things to remember:
* Remember typo: search for "Typo" In QPDFJob::doJSONEncrypt.
+* Test stream with invalid data
+
* Consider using camelCase in multi-word key names to be consistent
with job JSON and with how JSON is often represented in languages
that use it more natively.