nlohmann::basic_json<>::from_bson

create a JSON value from an input in BSON format

Synopsis

Declared in <nlohmann/json.hpp>
template<typename InputType>
[[__warn_unused_result__]]
static
basic_json
from_bson(
    InputType&& i,
    bool const strict = true,
    bool const allow_exceptions = true);


Return Value

a class to store JSON values

Created with MrDocs