[#nlohmann-operator_rshift-04] = 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); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]: Since 3.0.0; use operator<<(std::ostream&, const basic_json&). Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *j* | The left operand | *o* | The right operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#