Serializes the DiagramView's data to JSON.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public String saveToJsonString () |
The JSON string.
RemarksThis method adds view state information (scroll position, zoom level, Behavior property value) to the JSON dictionary created by the Diagram object's saveToJsonString method.
See Also