From e259635986a799f0b72b6040aba8c1ed870e552a Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 4 May 2022 08:32:54 -0400 Subject: JSON: add write methods and implement unparse() in terms of those --- manual/release-notes.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manual/release-notes.rst') diff --git a/manual/release-notes.rst b/manual/release-notes.rst index f313cd82..043245f4 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -123,6 +123,10 @@ For a detailed list of changes, please see the file - Add new ``Pipeline`` type ``Pl_String`` to append to a ``std::string``. + - Enhance JSON class to better support incrementally reading and + writing large amounts of data without having to keep everything + in memory. + - Other changes - In JSON v1 mode, the ``"objects"`` key now reflects the repaired -- cgit v1.2.3-54-g00ecf