Function json2bson

Source
pub unsafe extern "C" fn json2bson(
    jsonstr: *const c_char,
) -> *mut bson
Expand description

Convert JSON into BSON object. @param jsonstr NULL terminated JSON string @return Allocated BSON object filled with given JSON data or NULL on error