read_json#

ansys.aedt.core.generic.file_utils.read_json(input_file: str | Path) dict#

Load a JSON file to a dictionary.

Parameters:
input_filestr or pathlib.Path

Full path to the JSON file.

Returns:
dict

Parsed JSON file as a dictionary.