JSONFile mixin classes.
JSONFileReader mixin class.
Load a JSON file from the filesystem and return it as a Python object.
json_file_location (Union[Path, str]) – The path to the source file.
Union
Path
str
Any
The loaded JSON object.