Search
DiagramDocument.loadFromJsonString Method
See Also
 

Loads the diagram document from a JSON-formatted string.

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

 Syntax

Java  Copy Code

public void loadFromJsonString (
    String json
)

 Parameters

json

A string containing the JSON representation of the document.

 See Also