nlohmann::operator>>

deserialize from stream

Synopsis

Declared in <nlohmann/json.hpp>

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

Parameters

NameDescription
iThe left operand
jThe right operand