Search
Contact.toJson Method (JsonPersistContext)
See Also
 






Serializes this Contact into a JSON string.

Namespace: MindFusion.Scheduling
File: Contact.js

 Syntax

JavaScript  Copy Code

function toJson (context)

 Parameters

context

JsonPersistContext. The serialization context.

 Return Value

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

 See Also