[#nlohmann-operator_rshift-08] = xref:nlohmann.adoc[nlohmann]::operator>> :relfileprefix: ../ :mrdocs: serialize to stream == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__deprecated__]] std::ostream& operator>>( xref:nlohmann/basic_json-00.adoc[basic_json] const& j, std::ostream& o); ---- == Parameters [cols=2] |=== | Name | Description | *j* | The left operand | *o* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#