Reduced memory consumption by not duplicating spaces and comments

This commit is contained in:
Benoit Blanchon
2016-12-29 17:26:16 +01:00
parent 8032a4b564
commit 3f96e070ce
20 changed files with 596 additions and 287 deletions

View File

@@ -5,6 +5,7 @@ HEAD
----
* Added operator `==` to compare `JsonVariant` and strings (issue #402)
* Reduced memory consumption by not duplicating spaces and comments
v5.7.3
------