aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-04 22:28:12 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-07 01:14:52 +0200
commit0500d4347a6d31ef05fd860559e380c2e488c194 (patch)
tree26a22f65b7400d7fd26df5720fe2bbabd7b6de09 /TODO
parent05fda4afa289ef248804865d7648c9ac3ae75fbd (diff)
downloadqpdf-0500d4347a6d31ef05fd860559e380c2e488c194.tar.zst
JSON: add blob type that generates base64-encoded binary data
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index b53d175f..11204e6f 100644
--- a/TODO
+++ b/TODO
@@ -51,11 +51,6 @@ library, when context is available, to have a pipeline rather than a
FILE* or std::ostream. This makes it possible for people to capture
output more flexibly.
-Have a json blob defined by a function that takes a pipeline and
-writes data to the pipeline. It's writer should create a Pl_Base64 ->
-Pl_Concatenate in front of the pipeline passed to write and call the
-function with that.
-
For json output, do not unparse to string. Use the writers instead.
Write incrementally. This changes ordering only, but we should be able
manually update the test output for those cases. Objects should be