[#BloombergLP-bdljsn-StringUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::StringUtil :relfileprefix: ../../ :mrdocs: This class provides utility functions for converting arbitrary UTF‐8 sequences into JSON strings and visa versa. See []Strings) for details of these transformations. == Synopsis Declared in `<bdljsn_stringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct StringUtil; ---- == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/StringUtil/Flags.adoc[`Flags`] | Flags controlling JSON string reading behavior. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdljsn/StringUtil/readString-09.adoc[`readString`] | `readString` overloads | xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-0d.adoc[`readUnquotedString`] | `readUnquotedString` overloads | xref:BloombergLP/bdljsn/StringUtil/writeString.adoc[`writeString`] | Write to the specified `stream` a JSON‐compliant string that is equivalent to the specified `string`, an arbitrary UTF‐8 codepoint sequence. Return 0 on success and a non‐zero value otherwise. The operation fails if `string` is not a sequence of UTF‐8 codepoints or if there is an error writing to `stream`. See []Arbitrary UTF‐8 to JSON String) for further details. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#