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