Classes: Array, Handler, JSONException, JSONTemplateException, Object, ParseHandler, Parser, PrintHandler, Query, Stringifier, Template, TemplateCache
Types: ParseHandler
Represents a JSON array.
Represents a JSON object.
Provides a default handler for the JSON parser.
A RFC 4627 compatible class for parsing JSON strings or streams.
PrintHandler formats and prints the JSON object
to either user-provided std::ostream or standard out.
Class that can be used to search for a value in a JSON object or array.
Helper class for creating a String from a JSON object or array
Template is a template engine which uses JSON as input
for generating output.
Use to cache parsed templates.
typedef ParseHandler ParseHandler;