serialize to stream
Declared in <nlohmann/json.hpp>
[[deprecated]]
std::ostream&
operator>>(
basic_json<> const& j,
std::ostream& o);
Deprecated: Since 3.0.0; use operator<<(std::ostream&, const basic_json&). Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| j | The left operand |
| o | The right operand |