JRaw Constructor (rawJson)

Json.NET

Json.NET - Quick Starts & API Documentation JRaw Constructor (rawJson)
NamespacesNewtonsoft.Json.LinqJRawJRaw(Object)
Initializes a new instance of the JRaw class.
Declaration Syntax
C# Visual Basic Visual C++
public JRaw(
	Object rawJson
)
Public Sub New ( _
	rawJson As Object _
)
public:
JRaw(
	Object^ rawJson
)
Parameters
rawJson (Object)
The raw json.

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