classy_config.loader.json_loader module#

classy_config.loader.json_loader.json_loader(filepath: Path) MutableMapping[str, Any]#

Open and load a config mapping from a JSON file.

Parameters:

filepath – The path of the file to load from.

Returns:

The mapping of keys to value loaded from the file.