JObject Constructor (content)

Json.NET

Json.NET - Quick Starts & API Documentation JObject Constructor (content)
NamespacesNewtonsoft.Json.LinqJObjectJObject(array<Object>[]()[][])
Initializes a new instance of the JObject class with the specified content.
Declaration Syntax
C# Visual Basic Visual C++
public JObject(
	params Object[] content
)
Public Sub New ( _
	ParamArray content As Object() _
)
public:
JObject(
	... array<Object^>^ content
)
Parameters
content (array<Object>[]()[][])
The contents of the object.

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