JsonTextReader

Namespace: SnowBank.Data.Json · struct

Implements: IJsonReader

JSON text reader that wraps an underlying TextReader instance

Constructors

JsonTextReader

JsonTextReader(TextReader reader)

Constructs an instance that will read from the specified TextReader

Methods

Read

int Read()

Returns the next character in the source, or -1 if no more characters are available