About IMPROVER
The Code
Provides support utilities for cli scripts.
improver.utilities.cli_utilities.
load_json_or_none
If there is a path, runs json.load and returns it. Else returns None.
file_path (str or None) – File path to the json file to load.
A dictionary loaded from a json file. or None
dict or None