TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ accept()

template<typename BasicJsonType , typename InputAdapterType >
bool nlohmann::detail::parser< BasicJsonType, InputAdapterType >::accept ( const bool  strict = true)
inline

public accept interface

Parameters
[in]strictwhether to expect the last token to be EOF
Returns
whether the input is a proper JSON text

Definition at line 11149 of file json.hpp.

11150 {
11151 json_sax_acceptor<BasicJsonType> sax_acceptor;
11152 return sax_parse(&sax_acceptor, strict);
11153 }