generate SAX events

Synopsis

Declared in <nlohmann/json.hpp>

template<
    typename InputType,
    typename SAX>
[[__nonnull__]]
static
bool
sax_parse(
    InputType&& i,
    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