Bases: object
object
JSONFileReader mixin class.
Load a JSON file from the filesystem and return it as a Python object.
json_file_location (Path | str) – The path to the source file.
The loaded JSON object.
Any