serialize to stream

Synopsis

Declared in <nlohmann/json.hpp>

std::ostream&
operator<<(
    std::ostream& o,
    basic_json<> const& j);

Return Value

the stream o

Parameters

Name

Description

o

stream to serialize to

j

JSON value to serialize

Created with MrDocs