openObject overloads
Declared in <baljsn_simpleformatter.h>
Print the characters that start a JSON object onto the output stream.
void
openObject();
» more...
Print the start of a named JSON object onto the output stream.
void
openObject(std::string_view const& name);
» more...
| Name | Description |
|---|---|
| name | member name for the object |