Getting Started
load_json_from_url_or_path()
Load json from URL or path.
url (str) – URL to get the json from.
name (str) – Name of the file.
A dictionary or None.
Union[dict,None]