FromObject Method (o)

Json.NET

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

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