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