Print the characters that end a JSON member onto the output stream.

Synopsis

Declared in <baljsn_formatter.h>

void
closeMember();

Description

Print onto the stream supplied at construction the sequence of characters designating the end of an member (referred to as a "name/value pair" in JSON). The behavior is undefined unless this Formatter is currently formatting a member.

Created with MrDocs