Home
last modified time | relevance | path

Searched refs:json_sax (Results 1 – 8 of 8) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Djson_sax.hpp23 struct json_sax struct
129 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;
/third_party/json/doc/mkdocs/docs/features/parsing/
Dsax_interface.md64 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`.
/third_party/json/doc/mkdocs/docs/api/basic_json/
Dsax_parse.md29 The SAX event lister must follow the interface of `json_sax`.
/third_party/json/single_include/nlohmann/
Djson.hpp5837 struct json_sax struct
5943 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>;
/third_party/json/doc/
Dindex.md56 - @link nlohmann::json_sax SAX interface @endlink define a user-defined SAX event consumer
/third_party/json/test/src/
Dunit-deserialization.cpp41 struct SaxEventLogger : public nlohmann::json_sax<json>
/third_party/json/
DREADME.md380 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…
/third_party/json/include/nlohmann/
Djson.hpp251 using json_sax_t = json_sax<basic_json>;