nlohmann::basic_json<>::sax_parse

generate SAX events

Synopsis

Declared in <nlohmann/json.hpp>
template<
    class IteratorType,
    class SAX>
[[__nonnull__]]
static
bool
sax_parse(
    IteratorType first,
    IteratorType last,
    SAX* sax,
    input_format_t format = input_format_t::json,
    bool const strict = true,
    bool const ignore_comments = false,
    bool const ignore_trailing_commas = false);


Created with MrDocs