[#nlohmann-operator_lshift-0e] = xref:nlohmann.adoc[nlohmann]::operator<< :relfileprefix: ../ :mrdocs: serialize to stream == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& o, xref:nlohmann/basic_json-0c.adoc[basic_json] const& j); ---- == Return Value the stream _o_ == Parameters [cols="1,4"] |=== | Name| Description | *o* | stream to serialize to | *j* | JSON value to serialize |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#