Searched refs:json_sax (Results 1 – 8 of 8) sorted by relevance
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`.
23 struct json_sax struct129 virtual ~json_sax() = default;
1 …json_sax.hpp", "mindspore/ccsrc/minddata/dataset/api/execute.cc", "mindspore/core/utils/label.cc",…
56 - @link nlohmann::json_sax SAX interface @endlink define a user-defined SAX event consumer
41 struct SaxEventLogger : public nlohmann::json_sax<json>
534 1. Implement the SAX interface in a class. You can use class `nlohmann::json_sax<json>` as base cla…538 …sax_acceptor`), see file [`json_sax.hpp`](https://github.com/nlohmann/json/blob/develop/include/nl…
240 using json_sax_t = json_sax<basic_json>;
5202 struct json_sax struct5308 virtual ~json_sax() = default;16728 using json_sax_t = json_sax<basic_json>;