Json.NET - Quick Starts & API Documentation
FromObject Method (o, jsonSerializer)
Namespaces ► Newtonsoft.Json.Linq ► JToken ► FromObject(Object, JsonSerializer)
Creates a JToken from an object using the specified JsonSerializer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static JToken FromObject( Object o, JsonSerializer jsonSerializer )
Public Shared Function FromObject ( _ o As Object, _ jsonSerializer As JsonSerializer _ ) As JToken
public: static JToken^ FromObject( Object^ o, JsonSerializer^ jsonSerializer )
Parameters
- jsonSerializer (JsonSerializer)
- The JsonSerializer that will be used when reading the object.
Return Value
A JToken with the value of the specified object