|  | Home | Libraries | People | FAQ | More | 
Serialize an element to an output stream.
          Defined in header <boost/json/serialize.hpp>
        
std::ostream& operator<<( std::ostream& os, object const& t);
This function serializes the specified element as JSON into the output stream.
          os.
        
          Constant or linear in the size of t.
        
          Strong guarantee. Calls to memory_resource::allocate
          may throw.
        
| Name | Description | 
|---|---|
| 
                     | The output stream to serialize to. | 
| 
                     | The value to serialize | 
          Convenience header <boost/json.hpp>