Search
DiagramDocument.toJson Method
See Also
 





Serializes the document into a JSON string.

Namespace: MindFusion.Diagramming
File: DiagramDocument.js

 Syntax

JavaScript  Copy Code

function toJson ()

 Return Value

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

 See Also