[][src]Function ejdb_sys::json2bson

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

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