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_objectobject to serialize to json. pathPathPath of the output file.