Json.NET - Quick Starts & API Documentation
JValue Constructor (value)
NamespacesNewtonsoft.Json.LinqJValueJValue(Object)
Initializes a new instance of the JValue class with the given value.
Declaration Syntax
C#Visual BasicVisual C++
public JValue(
	Object value
)
Public Sub New ( _
	value As Object _
)
public:
JValue(
	Object^ value
)
Parameters
value (Object)
The value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)