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(Guid)
Initializes a new instance of the JValue class with the given value.

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

JValue(TimeSpan)
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.5.0.0 (4.5.6.14930)