Read Method

Json.NET

Json.NET - Quick Starts & API Documentation Read Method
NamespacesNewtonsoft.Json.LinqJTokenReaderRead()()()()
Reads the next JSON token from the stream.
Declaration Syntax
C# Visual Basic Visual C++
public override bool Read()
Public Overrides Function Read As Boolean
public:
virtual bool Read() override
Return Value
true if the next token was read successfully; false if there are no more tokens to read.

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