Deserializes items from a JSON string.
Namespace: MindFusion.Common.UI
File: TreeView.js
SyntaxJavaScript
Copy Code
|
|---|
function fromJson (json) |
String. A string created by the toJson method.
RemarksYou can use the method to load a TreeView that was previously serialized using the TreeView.toJson method.
See Also