FromObject Method (o)

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)