Load Method (reader)

Json.NET

Json.NET - Quick Starts & API Documentation Load Method (reader)
NamespacesNewtonsoft.Json.LinqJTokenLoad(JsonReader)
Creates a JToken from a JsonReader.
Declaration Syntax
C# Visual Basic Visual C++
public static JToken Load(
	JsonReader reader
)
Public Shared Function Load ( _
	reader As JsonReader _
) As JToken
public:
static JToken^ Load(
	JsonReader^ reader
)
Parameters
reader (JsonReader)
An JsonReader positioned at the token to read into this JToken.
Return Value
An JToken that contains the token and its descendant tokens that were read from the reader. The runtime type of the token is determined by the token type of the first token encountered in the reader.

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