[This is preliminary documentation and is subject to change.]

Reads the next Json token from the stream.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public override bool Read()
Visual Basic (Declaration)
Public Overrides Function Read As Boolean
Visual C++
public:
virtual bool Read() override

Return Value

true if the next token was read successfully; false if there are no more tokens to read.

See Also

JsonTextReader Class
Facebook.Json Namespace