aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-07-31 22:19:50 +0200
committerJay Berkenbilt <ejb@ql.org>2022-07-31 22:26:02 +0200
commit5d63730b9347a755d2906f7a929db9dba71ea37f (patch)
treeca7a1d9c0c714917e1993cb07b090f338ae6dfea /TODO
parent12d065c75120d68cb7dd8445be4620e003598d7d (diff)
downloadqpdf-5d63730b9347a755d2906f7a929db9dba71ea37f.tar.zst
Clean up documentation
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 3 insertions, 14 deletions
diff --git a/TODO b/TODO
index 0a22ea5c..9128e3ad 100644
--- a/TODO
+++ b/TODO
@@ -9,7 +9,9 @@ Before Release:
* Release qtest with updates to qtest-driver and copy back into qpdf
Next:
-* JSON v2 fixes
+* Support json v2 in the C API. At a minimum, write_json,
+ create_from_json, and update_from_json need to be there and should
+ take the same kinds of functions as the C API for logger.
Pending changes:
@@ -65,19 +67,6 @@ direct objects, which are always "resolved" in QPDFObjectHandle.
Soon: Break ground on "Document-level work"
-
-JSON v2 fixes
-=============
-
-* Support json v2 in the C API. At a minimum, write_json,
- create_from_json, and update_from_json need to be there and should
- take the same kinds of functions as the C API for logger.
-
-* Address json.rst comment from m-holger: "The discussion of stream
- objects is very wordy. Would a table similar to the style of the PDF
- spec be easier to use?"
-
-
Possible future JSON enhancements
=================================