JSON for Modern C++  3.7.3

◆ from_bson() [1/3]

template<typename A1 , typename A2 , detail::enable_if_t< std::is_constructible< detail::span_input_adapter, A1, A2 >::value, int > = 0>
static basic_json nlohmann::basic_json::from_bson ( A1 &&  a1,
A2 &&  a2,
const bool  strict = true,
const bool  allow_exceptions = true 
)
inlinestatic

Definition at line 23586 of file json.hpp.