Overview
Classes: Array, Handler, JSONException, JSONTemplateException, Object, ParseHandler, Parser, ParserImpl, PrintHandler, Query, Stringifier, Template, TemplateCache
Classes
class Array
class Handler
Interface for handling parsing events generated by the JSON Parser.
class JSONException
class JSONTemplateException
class Object
class ParseHandler
ParseHandler is the default handler for the JSON Parser.
class Parser
A parser for reading RFC 4627 compliant JSON from strings or streams.
class ParserImpl
class PrintHandler
PrintHandler formats and prints the JSON object to either user-provided std::ostream or standard output.
class Query
Class that can be used to search for a value in a JSON object or array.
class Stringifier
Helper class for creating a string from a JSON object or array.
class Template
Template is a template engine which uses JSON as input for generating output.