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 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be196fff..27b1d679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2022-05-04 Jay Berkenbilt + * Enhance JSON by adding a write method that takes a Pipeline* and + depth, and add several helper methods to make it easier to write + large amounts of JSON incrementally without having to have the + whole thing in memory. + * json v1 output: make "pages" and "objects" consistent. Previously, "objects" always reflected the objects exactly as they appeared in the original file, while "pages" reflected objects -- cgit v1.2.3-54-g00ecf