Formatting styles for writing JSON text.

Synopsis

Declared in <bdljsn_writestyle.h>

enum Enum;

Members

Name

Description

e_PRETTY

Human‐friendly format with indentation and spaces.

e_ONELINE

Single‐line format with whitespace for readability.

e_COMPACT

Maximally compact format with no white‐space.

Created with MrDocs