Skip to content

6.6.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 02 Jul 01:55
· 400 commits to master since this release

See also

Summary

  • Now, attempting to get a string variable as an integer, double, or logical will attempt to convert it from a string if strict_type_checking=False. Formerly these cases would raise an exception.
  • Fixed an inconsistency in json_get_by_path(). Now if using the optional found argument, any exceptions raised by this routine are cleared.
  • Changed the name argument in json_value_remove_if_present() to 'path' to be consistent with other routines since it is really a path.
  • Fixed a bug in wrap_json_get_path() where an optional argument was being used without checking if it was present. 🐞
  • Various documentation string updates.