Serializes the specified object to a JSON string.

Declaration Syntax
Public Shared Function SerializeObject ( _
value As Object _
) As String

Parameters
- value (Object)
- The object to serialize.

Return Value
A JSON string representation of the object.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)