BloombergLP::baljsn::DecoderOptions::Unnamed enum

Attribute identifier constants.

Synopsis

Declared in <baljsn_decoderoptions.h>

enum Unnamed enum;

Members

NameDescription
ATTRIBUTE_ID_MAX_DEPTH Identifier for the maxDepth attribute.
ATTRIBUTE_ID_SKIP_UNKNOWN_ELEMENTS Identifier for the skipUnknownElements attribute.
ATTRIBUTE_ID_VALIDATE_INPUT_IS_UTF8 Identifier for the validateInputIsUtf8 attribute.
ATTRIBUTE_ID_ALLOW_CONSECUTIVE_SEPARATORS Identifier for the allowConsecutiveSeparators attribute.
ATTRIBUTE_ID_ALLOW_FORM_FEED_AS_WHITESPACE Identifier for the allowFormFeedAsWhitespace attribute.
ATTRIBUTE_ID_ALLOW_UNESCAPED_CONTROL_CHARACTERS Identifier for the allowUnescapedControlCharacters attribute.
ATTRIBUTE_ID_ALLOW_MISSING_REQUIRED_ATTRIBUTES Identifier for the allowMissingRequiredAttributes attribute.