5.1.0
See also:
- The full Changelog.
Summary:
- Added a
traverse
routine tojson_file
- Added
get
andset
routines for thejson_core
in ajson_file
- Added
get_path
routine for returning the path of ajson_value
variable in a linked list - Added option (
unescape_strings
) for specifying if strings are to be returned in their escaped or unescaped form. - When
strict_type_checking
is False, theget
routines will now return integer, double, logical, and null values as strings. - Added
insert_after
routine - Move json type integer variables into the
json_parameters
module - Added option (
no_whitespace
) to print JSON without extra whitespace - Added new
info
routines (json_info_by_path
,json_matrix_info_by_path
, andjson_matrix_info
) - Added an API for adding Null variables
- Fixed doc deployment problems