deserialize from stream

Synopsis

Declared in <nlohmann/json.hpp>

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

Return Value

the stream i

Parameters

Name

Description

i

stream to deserialize from

j

JSON value to deserialize into

Created with MrDocs