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