Deserializes this Contact from a JSON string.
Namespace: MindFusion.Scheduling
File: Contact.js
SyntaxJavaScript
Copy Code
|
|---|
function fromJson (json, context) |
String. A string created by the toJson method.
JsonPersistContext. The serialization context.
See Also