Print the start of a JSON member with the specified name.
Declared in <baljsn_formatter.h>
int
openMember(std::string_view const& name);
Print onto the stream supplied at construction the sequence of characters designating the start of a member (referred to as a "name/value pair" in JSON) having the specified name. Return 0 on success and a non-zero value otherwise.
0 on success and a non-zero value otherwise
| Name | Description |
|---|---|
| name | member name to print |