Search
DiagramDocument.fromJson Method
See Also
 





Deserializes the document from a JSON string.

Namespace: MindFusion.Diagramming
File: DiagramDocument.js

 Syntax

JavaScript  Copy Code

function fromJson (json)

 Parameters

json

String. A string created by the toJson method.

 See Also