[#BloombergLP-baljsn-DecoderOptions-_04enum-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/DecoderOptions.adoc[DecoderOptions]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Attribute index constants. == Synopsis Declared in `<baljsn_decoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `ATTRIBUTE_INDEX_MAX_DEPTH` | Index of the `maxDepth` attribute. | `ATTRIBUTE_INDEX_SKIP_UNKNOWN_ELEMENTS` | Index of the `skipUnknownElements` attribute. | `ATTRIBUTE_INDEX_VALIDATE_INPUT_IS_UTF8` | Index of the `validateInputIsUtf8` attribute. | `ATTRIBUTE_INDEX_ALLOW_CONSECUTIVE_SEPARATORS` | Index of the `allowConsecutiveSeparators` attribute. | `ATTRIBUTE_INDEX_ALLOW_FORM_FEED_AS_WHITESPACE` | Index of the `allowFormFeedAsWhitespace` attribute. | `ATTRIBUTE_INDEX_ALLOW_UNESCAPED_CONTROL_CHARACTERS` | Index of the `allowUnescapedControlCharacters` attribute. | `ATTRIBUTE_INDEX_ALLOW_MISSING_REQUIRED_ATTRIBUTES` | Index of the `allowMissingRequiredAttributes` attribute. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#