[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
JValue(JValue)
Initializes a new instance of the JValue class from another JValue object.
JValue(Boolean)
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(Double)
Initializes a new instance of the JValue class with the given value.
JValue(Int64)
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.
JValue(String)
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(Object, JsonTokenType)
Initializes a new instance of the JValue class

See Also

JValue Class
JValue Members
Facebook.Json.Linq Namespace