4.2.0
- The
exception_thrown
flag is now true by default before thejson_initialize
routine is called to initialize the module. - Updated
json_info
to get name ofjson_value
variable. - Added a new routine (
json_traverse
) to traverse all nodes of a JSON structure. - Code is now documented using FORD.
- Added finer control of real format printing.
- Removed official SCons support to facilitate faster development cycle.
- Fixed a small consistency issue when outputting floating point numbers.
- Fixed issue writing JSON to error_unit 0.
- Fixed broken parsing error message for empty line.
See also the full changelog for this release.