mirror of
https://github.com/json-c/json-c.git
synced 2026-04-04 04:49:06 +08:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user