arthurai.core.util.retrieve_json_files#
- arthurai.core.util.retrieve_json_files(directory_path)#
Checks whether a given directory and its subdirectories contain json files, if so this will return a list of the files
- Parameters
directory_path (
str
) – local path to check files types- Return type
List
[Path
]- Returns
List of paths for json files that are found