Print the specified value onto the stream.
Declared in <baljsn_simpleformatter.h>
template<class TYPE>
int
addValue(TYPE const& value);
Print onto the stream supplied at construction the specified value, preceded, if necessary, by a comma, passing the optionally specified options through to the rendering routines. Return 0 on success and a non-zero value otherwise. The behavior is undefined unless isNameNeeded() is false.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | value to encode as JSON |