Print a null JSON value onto the stream.
Synopsis
Declared in <baljsn_simpleformatter.h>
void
addNullValue();
Description
Print onto the stream supplied at construction the value corresponding to a null element, preceded, if necessary, by a comma. The behavior is undefined unless isNameNeeded() is false.
Created with MrDocs