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
Added optional stop_on_error argument to the various initialize() routines to immediately stop the program if an exception is raised (the default is False).
Added routines to check if a name key is present in a json_file object, which is also available using the .in. operator (e.g., if ('key' .in. json) ...).
Added routines to rename a JSON variable by specifying the path.
Added a Fobis rule for running the test programs. Run using: FoBis.py rule --execute tests -f json-fortran.fobis