Create a new object member having the specified name.

Synopsis

Declared in <baljsn_jsonformatter.h>

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

Description

Return 0 on success and a non‐zero value otherwise. An error is returned if name contains a non‐UTF8 character.

Return Value

0 on success and a non‐zero value otherwise

Parameters

Name

Description

name

member name for the new object member

Created with MrDocs