Create a new object member having the specified name.
Declared in <baljsn_jsonformatter.h>
int
openMember(std::string_view const& name);
Return 0 on success and a non-zero value otherwise. An error is returned if name contains a non-UTF8 character.
0 on success and a non-zero value otherwise
| Name | Description |
|---|---|
| name | member name for the new object member |