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