[#BloombergLP-bdljsn-StringUtil-readUnquotedString-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/StringUtil.adoc[StringUtil]::readUnquotedString :relfileprefix: ../../../ :mrdocs: `readUnquotedString` overloads == Synopses Declared in `<bdljsn_stringutil.h>` Load to the specified `value` the UTF‐8 codepoint sequence equivalent to the specified `string`, that is JSON‐compliant absent the leading and trailing double quote characters (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 ). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-02.adoc[readUnquotedString]( xref:bsl/string.adoc[bsl::string]* value, std::string_view const& string, int flags = e_NONE); ---- [.small]#xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-02.adoc[_» more..._]# Same as the preceding `readUnquotedString` overload for `std::pmr::string`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-05.adoc[readUnquotedString]( std::pmr::string* value, std::string_view const& string, int flags = e_NONE); ---- [.small]#xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-05.adoc[_» more..._]# Same as the preceding `readUnquotedString` overload for `std::string`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-0a.adoc[readUnquotedString]( std::string* value, std::string_view const& string, int flags = e_NONE); ---- [.small]#xref:BloombergLP/bdljsn/StringUtil/readUnquotedString-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#