Json.NET - Quick Starts & API Documentation
Read Method
NamespacesNewtonsoft.JsonJsonTextReaderRead()()()
Reads the next Json token from the stream.
Declaration Syntax
C#Visual BasicVisual 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: 3.0.0.0 (3.0.0.0)