BloombergLP::baljsn::EncoderOptions::Unnamed enum

Attribute identifier constants.

Synopsis

Declared in <baljsn_encoderoptions.h>

enum Unnamed enum;

Members

NameDescription
ATTRIBUTE_ID_INITIAL_INDENT_LEVEL Identifier for the initialIndentLevel attribute.
ATTRIBUTE_ID_SPACES_PER_LEVEL Identifier for the spacesPerLevel attribute.
ATTRIBUTE_ID_ENCODING_STYLE Identifier for the encodingStyle attribute.
ATTRIBUTE_ID_ENCODE_EMPTY_ARRAYS Identifier for the encodeEmptyArrays attribute.
ATTRIBUTE_ID_ENCODE_NULL_ELEMENTS Identifier for the encodeNullElements attribute.
ATTRIBUTE_ID_ENCODE_INF_AND_NA_N_AS_STRINGS Identifier for the encodeInfAndNaNAsStrings attribute.
ATTRIBUTE_ID_DATETIME_FRACTIONAL_SECOND_PRECISION Identifier for the datetimeFractionalSecondPrecision attribute.
ATTRIBUTE_ID_MAX_FLOAT_PRECISION Identifier for the maxFloatPrecision attribute.
ATTRIBUTE_ID_MAX_DOUBLE_PRECISION Identifier for the maxDoublePrecision attribute.
ATTRIBUTE_ID_ENCODE_QUOTED_DECIMAL64 Identifier for the encodeQuotedDecimal64 attribute.
ATTRIBUTE_ID_ESCAPE_FORWARD_SLASH Identifier for the escapeForwardSlash attribute.
ATTRIBUTE_ID_ENCODE_ANON_SEQUENCE_IN_CHOICE Identifier for the encodeAnonSequenceInChoice attribute.