5.1.0
See also:
- The full Changelog.
Summary:
- Added a
traverseroutine tojson_file - Added
getandsetroutines for thejson_corein ajson_file - Added
get_pathroutine for returning the path of ajson_valuevariable 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_checkingis False, thegetroutines will now return integer, double, logical, and null values as strings. - Added
insert_afterroutine - Move json type integer variables into the
json_parametersmodule - Added option (
no_whitespace) to print JSON without extra whitespace - Added new
inforoutines (json_info_by_path,json_matrix_info_by_path, andjson_matrix_info) - Added an API for adding Null variables
- Fixed doc deployment problems