Flags controlling JSON string reading behavior.

Synopsis

Declared in <bdljsn_stringutil.h>

enum Flags;

Members

Name

Description

e_NONE

No special behavior.

e_ACCEPT_CAPITAL_UNICODE_ESCAPE

No special behavior.

e_NO_ESCAPING_FORWARD_SLASH

Do not escape forward slashes in output.

Created with MrDocs