Search
Contact.toJson Method ()
See Also
 






Serializes this contact into a JSON string.

Namespace: MindFusion.Scheduling
File: Contact.js

 Syntax

JavaScript  Copy Code

function toJson ()

 Return Value

String. A string containing the contact's JSON representation.

 Example

The following code gets the JSON representation of a contact.

JavaScript  Copy Code
var xmldoc = contact.toJson();

 See Also