From 8d2a0eda5a76a341ae6b597f58e874d9e3bd571c Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 1 May 2022 14:06:31 -0400 Subject: Add reactors to the JSON parser --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a25db26d..827a6330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2022-05-01 Jay Berkenbilt + + * JSON: add reactors to the JSON parser, making it possible to + react to JSON parsing events as they occur and to block the + results from being stored. This makes it possible to incrementally + parse arbitrarily large JSON inputs. + 2022-04-30 Jay Berkenbilt * QPDFWriter: change encryption API calls -- cgit v1.2.3-54-g00ecf