IJsonWriter
Description
- Derived from
- Extended by
Base interface for classes that allow sequential writing of JSON data.
To write a single JSON value, use one of the following methods:
Public / Methods
Write
5 overloads
Writes a null JSON value.
- IOException
-
If an I/O error has occurred.
- See also
Writes a JSON value.
- IOException
-
If an I/O error has occurred.
- See also
Writes a JSON value.
- IOException
-
If an I/O error has occurred.
- See also
Writes a JSON value.
- IOException
-
If an I/O error has occurred.
- See also
Writes a JSON value.
- IOException
-
If an I/O error has occurred.
- See also
WriteArrayBegin
Writes the start of a JSON array node.
- IOException
-
If an I/O error has occurred.
- See also
WriteArrayEnd
Writes the end of a JSON array node.
- IOException
-
If an I/O error has occurred.
- See also
WriteMember
Writes the name of the next object member value.
- IOException
-
If an I/O error has occurred.
- See also
WriteObjectBegin
Writes the start of a JSON object node.
- IOException
-
If an I/O error has occurred.
- See also
WriteObjectEnd
Writes the end of a JSON object node.
- IOException
-
If an I/O error has occurred.
- See also