Skip to content

5.1.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 14 Aug 15:59
· 610 commits to master since this release

See also:

Summary:

  • Added a traverse routine to json_file
  • Added get and set routines for the json_core in a json_file
  • Added get_path routine for returning the path of a json_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, the get 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, and json_matrix_info)
  • Added an API for adding Null variables
  • Fixed doc deployment problems