[#BloombergLP-bdljsn-StringUtil-readString-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/StringUtil.adoc[StringUtil]::readString :relfileprefix: ../../../ :mrdocs: Load to the specified `value` the UTF‐8 codepoint sequence equivalent to the specified (JSON) `string` (see []Strings)). Return 0 on success and a non‐zero value otherwise. Optionally specify `flags` to request variances from certain rules of JSON decoding (see ). == Synopsis Declared in `<bdljsn_stringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int readString( xref:bsl/string.adoc[bsl::string]* value, std::string_view const& string, int flags = e_NONE); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#