nlohmann
::
basic_json
::to_bson
create a BSON serialization of a given JSON value
Synopsis
Declared in
<nlohmann/json.hpp>
static void to_bson(
basic_json
const& j, detail::output_adapter<uint8_t> o);
Parameters
Name
Description
j
a class to store JSON values
Created with
MrDocs