BloombergLP::baljsn::EncoderOptions::Unnamed enum

Attribute index constants.

Synopsis

Declared in <baljsn_encoderoptions.h>

enum Unnamed enum;

Members

NameDescription
ATTRIBUTE_INDEX_INITIAL_INDENT_LEVEL Index of the initialIndentLevel attribute.
ATTRIBUTE_INDEX_SPACES_PER_LEVEL Index of the spacesPerLevel attribute.
ATTRIBUTE_INDEX_ENCODING_STYLE Index of the encodingStyle attribute.
ATTRIBUTE_INDEX_ENCODE_EMPTY_ARRAYS Index of the encodeEmptyArrays attribute.
ATTRIBUTE_INDEX_ENCODE_NULL_ELEMENTS Index of the encodeNullElements attribute.
ATTRIBUTE_INDEX_ENCODE_INF_AND_NA_N_AS_STRINGS Index of the encodeInfAndNaNAsStrings attribute.
ATTRIBUTE_INDEX_DATETIME_FRACTIONAL_SECOND_PRECISION Index of the datetimeFractionalSecondPrecision attribute.
ATTRIBUTE_INDEX_MAX_FLOAT_PRECISION Index of the maxFloatPrecision attribute.
ATTRIBUTE_INDEX_MAX_DOUBLE_PRECISION Index of the maxDoublePrecision attribute.
ATTRIBUTE_INDEX_ENCODE_QUOTED_DECIMAL64 Index of the encodeQuotedDecimal64 attribute.
ATTRIBUTE_INDEX_ESCAPE_FORWARD_SLASH Index of the escapeForwardSlash attribute.
ATTRIBUTE_INDEX_ENCODE_ANON_SEQUENCE_IN_CHOICE Index of the encodeAnonSequenceInChoice attribute.