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