template<typename BasicJsonType> struct json_sax;
This class describes the SAX interface used by sax_parse. Each function is called in different situations while the input is parsed. The boolean return value informs the parser whether to continue processing the input.
BasicJsonType : a specialization of basic_json
BasicJsonType's type for numbers (integer)BasicJsonType's type for numbers (unsigned)BasicJsonType's type for numbers (floating-point)BasicJsonType's type for stringsBasicJsonType's type for binary arraysbinary_t, binary) added in version 3.8.0.