Search
TreeView.fromJson Method
See Also
 






Deserializes items from a JSON string.

Namespace: MindFusion.Common.UI
File: TreeView.js

 Syntax

JavaScript  Copy Code

function fromJson (json)

 Parameters

json

String. A string created by the toJson method.

 Remarks

You can use the method to load a TreeView that was previously serialized using the TreeView.toJson method.

 See Also