Search
Diagram.toJson Method
See Also
 





Serializes the diagram into a JSON string.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function toJson ()

 Return Value

String. A string containing the diagram's JSON representation.

 See Also