Search
DiagramDocument.loadFromJson Method (JsonObject)
See Also
 

Loads the diagram document from a JSON object.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void loadFromJson (
    JsonObject documentObj
)

 Parameters

documentObj

A JsonObject representing the document.

 See Also