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