Json.NET - Quick Starts & API Documentation
JObject Constructor
Namespaces ► Newtonsoft.Json.Linq ► JObject ► JObject()()()()
Members
Icon | Member | Description |
---|---|---|
JObject()()()() |
Initializes a new instance of the JObject class.
|
|
JObject(JObject) |
|
|
JObject(array<Object>[]()[][]) |
Initializes a new instance of the JObject class with the specified content.
|
|
JObject(Object) |
Initializes a new instance of the JObject class with the specified content.
|