Search
Diagram.fromJson Method
See Also
 





Deserializes the diagram from a JSON string.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function fromJson (json)

 Parameters

json

A string created by the toJson method.

 See Also