Serializes this contact into a JSON string.
Namespace: MindFusion.Scheduling
File: Contact.js
JavaScript Copy Code |
---|
function toJson () |
String. A string containing the contact's JSON representation.
The following code gets the JSON representation of a contact.
JavaScript Copy Code |
---|
var xmldoc = contact.toJson(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |