IJsonReader
Namespace: SnowBank.Data.Json · interface
Source of JSON text that can be parsed
Properties
HasMore
bool? HasMore { get; }
Returns true if there are more characters to read
Remaining
int? Remaining { get; }
Returns the number of remaining characters that are still available
Methods
Read
int Read()
Returns the next character in the source, or -1 if no more characters are available