[#nlohmann-operator_rshift-0d] = 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-0c.adoc[basic_json]& j); ---- == Return Value the stream _i_ == Parameters [cols="1,4"] |=== | Name| Description | *i* | stream to deserialize from | *j* | JSON value to deserialize into |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#