Utils
- detectools.utils.load_json(json_path: str | Path) Dict[str, Any][source]
Load JSON file into dict.
- Parameters:
json_path (
Union[str, Path]) – Path to JSON.- Returns:
Json data as dict.
- Return type:
Dict[str, Any]
Load JSON file into dict.
json_path (Union[str, Path]) – Path to JSON.
Json data as dict.
Dict[str, Any]