Search
Item.fromJson Method (String)
See Also
 






Deserializes this item from a JSON string.

Namespace: MindFusion.Scheduling
File: Item.js

 Syntax

JavaScript  Copy Code

function fromJson (json)

 Parameters

json

String. A string created by the toJson method.

 See Also