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