[#nlohmann-operator_rshift-0a] = xref:nlohmann.adoc[nlohmann]::operator>> :relfileprefix: ../ :mrdocs: Right shift operators == Synopses Declared in `<nlohmann/json.hpp>` deserialize from stream [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::istream& xref:nlohmann/operator_rshift-0e.adoc[operator>>]( std::istream& i, xref:nlohmann/basic_json-00.adoc[basic_json]& j); ---- [.small]#xref:nlohmann/operator_rshift-0e.adoc[_» more..._]# deserialize from stream [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::istream& xref:nlohmann/operator_rshift-02.adoc[operator>>]( std::istream& i, xref:nlohmann/basic_json-00.adoc[basic_json]& j); ---- [.small]#xref:nlohmann/operator_rshift-02.adoc[_» more..._]# serialize to stream [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__deprecated__]] std::ostream& xref:nlohmann/operator_rshift-0d.adoc[operator>>]( xref:nlohmann/basic_json-00.adoc[basic_json] const& j, std::ostream& o); ---- [.small]#xref:nlohmann/operator_rshift-0d.adoc[_» more..._]# serialize to stream [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__deprecated__]] std::ostream& xref:nlohmann/operator_rshift-08.adoc[operator>>]( xref:nlohmann/basic_json-00.adoc[basic_json] const& j, std::ostream& o); ---- [.small]#xref:nlohmann/operator_rshift-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#