This enum provides enumerators to specify the encoding styles. This enum is replicated in this class for backwards‐compatibility with baejsn. Users should use baljsn::EncodingStyle directly.

Synopsis

Declared in <baljsn_encoderoptions.h>

enum EncodingStyle;

Members

Name

Description

e_COMPACT

Compact encoding style.

e_PRETTY

Pretty encoding style.

BAEJSN_COMPACT [deprecated]

Deprecated alias for e_COMPACT.

BAEJSN_PRETTY [deprecated]

Deprecated alias for e_PRETTY.

Created with MrDocs