Json.NET - Quick Starts & API Documentation
SerializeObject Method (value)
Namespaces ► Newtonsoft.Json ► JsonConvert ► SerializeObject(Object)
Serializes the specified object to a JSON string.
Declaration Syntax
Parameters
- value (Object)
- The object to serialize.
Return Value
A JSON string representation of the object.