Create a new object member having the specified name. Return 0 on success and a non‐zero value otherwise. An error is returned if name contains a non‐UTF8 character.

Synopsis

Declared in <baljsn_jsonformatter.h>

int
openMember(std::string_view const& name);

Created with MrDocs