- Parameters
-
j | The JSON object to convert to BSON. |
o | The output adapter that receives the binary BSON representation. |
- Precondition
- The input
j
shall be an object: j.is_object() == true
- See also
- to_bson(const basic_json&)
Definition at line 21413 of file json.hpp.