Search
DiagramDocument.saveToJsonString Method
See Also
 

Saves the diagram document to a JSON-formatted string.

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

 Syntax

Java  Copy Code

public String saveToJsonString ()

 Return Value

A string containing the JSON representation of the document.

 See Also