FromObject Method (o)

Json.NET

Json.NET - Quick Starts & API Documentation FromObject Method (o)
NamespacesNewtonsoft.Json.LinqJTokenFromObject(Object)
Creates a JToken from an object.
Declaration Syntax
C# Visual Basic Visual C++
public static JToken FromObject(
	Object o
)
Public Shared Function FromObject ( _
	o As Object _
) As JToken
public:
static JToken^ FromObject(
	Object^ o
)
Parameters
o (Object)
The object that will be used to create JToken.
Return Value
A JToken with the value of the specified object

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)