Json.NET - Quick Starts & API Documentation
Read Method
NamespacesNewtonsoft.JsonJsonReaderRead()()()
Reads the next Json token from the stream.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool Read()
Public MustOverride Function Read As Boolean
public:
virtual bool Read() abstract
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: 2.0.0.0 (2.0.0.0)