[#BloombergLP-baljsn-EncoderOptions-_04enum-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderOptions.adoc[EncoderOptions]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Attribute index constants. == Synopsis Declared in `<baljsn_encoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#