You are here: Symbol Reference > Stimulsoft.Base.Json.Linq Namespace > JToken Class > JToken Methods > Load Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JToken.Load Method

Creates a JToken from a JsonReader.

Syntax
C++
C#
Visual Basic
public: JToken Load( JsonReader reader );
Parameters
Parameters 
Description 
reader 
An JsonReader positioned at the token to read into this JToken
Returns

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.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.