You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 🐞