Search
Diagram.saveToJson Method
See Also
 

Saves the diagram to a JSON-formatted string.

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

 Syntax

Java  Copy Code

public String saveToJson ()

 Return Value

A string containing the diagram's JSON representation.

 See Also