Search
Resource.fromJson Method (String, JsonPersistContext)
See Also
 






Deserializes this resource from a JSON string.

Namespace: MindFusion.Scheduling
File: Resource.js

 Syntax

JavaScript  Copy Code

function fromJson (json, context)

 Parameters

json

String. A string created by the toJson method.

context

JsonPersistContext. The serialization context.

 See Also