Add an apps directory, and a json_parse program to parse an input file and report on memory usage.

This is intended to provide a way, during development, to test out the memory
and performance impacts of a change.
This commit is contained in:
Eric Haszlakiewicz
2020-04-21 03:51:16 +00:00
parent f6f76f9430
commit 55d053118e
5 changed files with 200 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ Deprecated and removed features:
Other changes
--------------
* Add a json_parse binary, for use in testing changes (not installed).
* Issue #471: always create directories with mode 0755, regardless of umask.
* Added a JSON_TOKENER_ALLOW_TRAILING_CHARS flag to allow multiple objects
to be parsed even when JSON_TOKENER_STRICT is set.