Searched refs:json_sax (Results 1 – 8 of 8) sorted by relevance
23 struct json_sax struct129 json_sax() = default;130 json_sax(const json_sax&) = default;131 json_sax(json_sax&&) noexcept = default;132 json_sax& operator=(const json_sax&) = default;133 json_sax& operator=(json_sax&&) noexcept = default;134 virtual ~json_sax() = default;
64 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…68 …lass `json_sax_dom_parser`) as well as the acceptor (`json_sax_acceptor`), see file `json_sax.hpp`.
29 The SAX event lister must follow the interface of `json_sax`.
5837 struct json_sax struct5943 json_sax() = default;5944 json_sax(const json_sax&) = default;5945 json_sax(json_sax&&) noexcept = default;5946 json_sax& operator=(const json_sax&) = default;5947 json_sax& operator=(json_sax&&) noexcept = default;5948 virtual ~json_sax() = default;17652 using json_sax_t = json_sax<basic_json>;
56 - @link nlohmann::json_sax SAX interface @endlink define a user-defined SAX event consumer
41 struct SaxEventLogger : public nlohmann::json_sax<json>
380 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…384 …sax_acceptor`), see file [`json_sax.hpp`](https://github.com/nlohmann/json/blob/develop/include/nl…
251 using json_sax_t = json_sax<basic_json>;