TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ json_sax_dom_parser()

template<typename BasicJsonType >
nlohmann::detail::json_sax_dom_parser< BasicJsonType >::json_sax_dom_parser ( BasicJsonType &  r,
const bool  allow_exceptions_ = true 
)
inlineexplicit
Parameters
[in,out]rreference to a JSON value that is manipulated while parsing
[in]allow_exceptions_whether parse errors yield exceptions

Definition at line 6022 of file json.hpp.

6023 : root(r), allow_exceptions(allow_exceptions_)
6024 {}
const bool allow_exceptions
whether to throw exceptions in case of errors
Definition: json.hpp:6180
BasicJsonType & root
the parsed JSON value
Definition: json.hpp:6172