addNullValue overloads
Declared in <baljsn_simpleformatter.h>
Print a null JSON value onto the stream.
void
addNullValue();
» more...
Print a null JSON value with the specified name.
void
addNullValue(std::string_view const& name);
» more...
| Name | Description |
|---|---|
| name | member name for the null value |