ansys.scade.pyalmgw.utils.read_json#
- ansys.scade.pyalmgw.utils.read_json(path: pathlib.Path) Any#
Load a
jsonfile.- Parameters:
- path
Path Path of the input file.
- path
- Returns:
objectThe content of the file.
Load a json file.
PathPath of the input file.
objectThe content of the file.