create a JSON value from an input in BSON format
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
template<typename InputType> [[nodiscard]] static basic_json from_bson( InputType&& i, bool const strict = true, bool const allow_exceptions = true);
a class to store JSON values
The return value should not be discarded.