IJsonReader
Description
- Derived from
- Extended by
Base interface for classes that allow sequential reading of JSON data.
Public / Methods
ReadBoolean
Reads a value of the current node without advancing the stream.
- IOException
-
If an I/O error has occurred.
- See also
ReadInteger
Reads a value of the current node without advancing the stream.
- IOException
-
If an I/O error has occurred.
- See also
ReadMemberComment
Reads the member comment of the current node (i.e. the most recent call to Read) without advancing the stream.
- IOException
-
If an I/O error has occurred.
- See also
ReadMemberName
Reads the member name of the current node (i.e. the most recent call to Read) without advancing the stream.
- IOException
-
If an I/O error has occurred.
- See also
ReadNumber
Reads a value of the current node without advancing the stream.
- IOException
-
If an I/O error has occurred.
- See also
ReadString
Reads a value of the current node without advancing the stream.
- IOException
-
If an I/O error has occurred.
- See also