ansys.scade.pyalmgw.utils.write_json#
- ansys.scade.pyalmgw.utils.write_json(object_: object, path: pathlib.Path) bool #
Write an object to a
json
file.- Parameters:
- object_
object
object to serialize to json.
- path
Path
Path of the output file.
- object_