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