Load Method (reader)

Json.NET

Json.NET - Quick Starts & API Documentation Load Method (reader)
NamespacesNewtonsoft.Json.LinqJObjectLoad(JsonReader)
Loads an JObject from a JsonReader.
Declaration Syntax
C# Visual Basic Visual C++
public static JObject Load(
	JsonReader reader
)
Public Shared Function Load ( _
	reader As JsonReader _
) As JObject
public:
static JObject^ Load(
	JsonReader^ reader
)
Parameters
reader (JsonReader)
A JsonReader that will be read for the content of the JObject.
Return Value
A JObject that contains the JSON that was read from the specified JsonReader.

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