aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-04 15:12:57 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 18:07:11 +0200
commit05fda4afa289ef248804865d7648c9ac3ae75fbd (patch)
treef9abf336b01e18fc005590f36d83628807a3b450 /TODO
parente5f3910c3ee1f6b779455fb1516ab3c985383d8e (diff)
downloadqpdf-05fda4afa289ef248804865d7648c9ac3ae75fbd.tar.zst
Change JSON parser to parse from an InputSource
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index d1bf0117..b53d175f 100644
--- a/TODO
+++ b/TODO
@@ -51,9 +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.
-JSON::parse should work from an InputSource. BufferInputSource can
-already start with a std::string.
-
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