[#BloombergLP-bdljsn-StringUtil-Flags] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/StringUtil.adoc[StringUtil]::Flags :relfileprefix: ../../../ :mrdocs: Flags controlling JSON string reading behavior. == Synopsis Declared in `<bdljsn_stringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Flags; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#