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.PathFull path to the JSON file. Returns: dictParsed JSON file as a dictionary.