![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
|
inlinestatic |
Serializes the given JSON object j
to BSON and forwards the corresponding BSON-representation to the given output_adapter o
.
j | The JSON object to convert to BSON. |
o | The output adapter that receives the binary BSON representation. |
j
shall be an object: j.is_object() == true
Definition at line 25332 of file json.hpp.