[#BloombergLP-baljsn-ParserUtil-getUnquotedString-03] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/ParserUtil.adoc[ParserUtil]::getUnquotedString :relfileprefix: ../../../ :mrdocs: Load into the specified `value` the string value in the specified `data`. Return 0 on success and a non‐zero value otherwise. == Synopses Declared in `<baljsn_parserutil.h>` Load into the specified `value` the string value in the specified `data`. Return 0 on success and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baljsn/ParserUtil/getUnquotedString-01.adoc[getUnquotedString]( xref:bsl/string.adoc[bsl::string]* value, std::string_view const& data); ---- [.small]#xref:BloombergLP/baljsn/ParserUtil/getUnquotedString-01.adoc[_» more..._]# Load into the specified `value` the string value in the specified `data`. Return 0 on success and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baljsn/ParserUtil/getUnquotedString-0a.adoc[getUnquotedString]( std::pmr::string* value, std::string_view const& data); ---- [.small]#xref:BloombergLP/baljsn/ParserUtil/getUnquotedString-0a.adoc[_» more..._]# Load into the specified `value` the string value in the specified `data`. Return 0 on success and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baljsn/ParserUtil/getUnquotedString-07.adoc[getUnquotedString]( std::string* value, std::string_view const& data); ---- [.small]#xref:BloombergLP/baljsn/ParserUtil/getUnquotedString-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#