Read Method

Json.NET

Json.NET - Quick Starts & API Documentation Read Method
NamespacesNewtonsoft.JsonJsonValidatingReaderRead()()()()
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.5.0.0 (4.5.6.14930)