Serializes this contact into a JSON string.
Namespace: MindFusion.Scheduling
File: Contact.js
SyntaxJavaScript
Copy Code
|
|---|
function toJson () |
String. A string containing the contact's JSON representation.
ExampleThe following code gets the JSON representation of a contact.
JavaScript
Copy Code
|
|---|
| var xmldoc = contact.toJson(); |
See Also