JSON for Modern C++  3.7.3

◆ sax_parse() [2/2]

template<class IteratorType , class SAX , typename std::enable_if< std::is_base_of< std::random_access_iterator_tag, typename std::iterator_traits< IteratorType >::iterator_category >::value, int >::type = 0>
static bool nlohmann::basic_json::sax_parse ( IteratorType  first,
IteratorType  last,
SAX *  sax 
)
inlinestatic

Definition at line 20910 of file json.hpp.