Click or drag to resize
Json.NET Schema

JSchemaValidatingReaderRead Method

 
Reads the next JSON token from the stream.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual bool Read()

Return Value

Type: Boolean
true if the next token was read successfully; false if there are no more tokens to read.
See Also