![]() |
SPT JSON API
1.0.0
Developed by Sans Pareil Technologies, Inc. (SPT)
|
▼Nspt | |
▼Njson | A simple JSON parser implementation |
▼Nio | Classes that deal with parsing and generating JSON data |
CDefaultHandler | A default handler that populates a Json instance with the JSON data being parsed |
CHandler | Streaming handler interface for parsing JSON data streams |
CReader | Base JSON data reader interface. Implementations provide support for reading JSON data from various sources. Event notifications will be sent to the callback handler set for the reader. Handler instances may be updated during the course of data parsing |
CStreamReader | JSON data parser for streams |
CStreamWriter | Writer for serialising spt::json::Json instances |
CStringReader | JSON data reader from strings |
CStringWriter | Writer for serialising spt::json::Json instances |
CWriter | Base writer for serialising spt::json::Json instances |
CArray | Represents a JSON array value/document |
CBoolean | Represents the JSON true and false values |
CJson | Base class that is used to represent JSON data in a polymorphous manner |
CNull | Represents a JSON null value |
CNumber | Represents a JSON number value |
CObject | Represents a JSON object value/document |
CString | Represents a JSON string value |
CValue | Abstract base class that represents a valid JSON value |