load_json_from_path

load_json_from_path(path: str) dict[source]

Load json from path.

Parameters:

path (str) – Path of the file.

Returns:

A dictionary.

Return type:

dict