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.

pathPath

Path of the output file.