Search
DiagramDocument.loadFromJson Method
See Also
 

 Overload List

Name Description

DiagramDocument.loadFromJson (InputStream)

Loads the diagram document from a stream in JSON format.

DiagramDocument.loadFromJson (JsonObject)

Loads the diagram document from a JSON object.

DiagramDocument.loadFromJson (String)

Loads the diagram document from a JSON file.

 See Also