Write the string representation of value to stream in a single-line format.
Declared in <baljsn_jsonformatter.h>
std::ostream&
operator<<(
std::ostream& stream,
JsonFormatter_State::Enum value);
Return a reference to stream. See toAscii for what constitutes the string representation of a JsonFormatter_State::Enum value. Note that this method has the same behavior as ` JsonFormatter_State::print(stream, value, 0, -1); `
a reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| value | enumeration value to format |