nlohmann::operator>>

deserialize from stream

Synopsis

Declared in <nlohmann/json.hpp>

std::istream&
operator>>(
    std::istream& i,
    basic_json<>& j);

Return Value

the stream i

Parameters

NameDescription
istream to deserialize from
jJSON value to deserialize into