JValue Constructor

Json.NET

Json.NET - Quick Starts & API Documentation JValue Constructor
NamespacesNewtonsoft.Json.LinqJValueJValue()()()()
Members
Icon Member Description
JValue(JValue)
Initializes a new instance of the JValue class from another JValue object.

JValue(Int64)
Initializes a new instance of the JValue class with the given value.

JValue(UInt64)
Initializes a new instance of the JValue class with the given value.

JValue(Double)
Initializes a new instance of the JValue class with the given value.

JValue(DateTime)
Initializes a new instance of the JValue class with the given value.

JValue(Boolean)
Initializes a new instance of the JValue class with the given value.

JValue(String)
Initializes a new instance of the JValue class with the given value.

JValue(Object)
Initializes a new instance of the JValue class with the given value.

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