load_json_from_url_or_path()
Load json from URL or path.
Usage
load_json_from_url_or_path(
url,
name,
)Parameters
url: str-
URL to get the json from.
name: str- Name of the file.
Returns
dict | None- None.
Load json from URL or path.
Usage
url: strURL to get the json from.
name: str dict | None