[#BloombergLP-baljsn-ParserUtil-getQuotedString-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/ParserUtil.adoc[ParserUtil]::getQuotedString :relfileprefix: ../../../ :mrdocs: `getQuotedString` overloads == Synopses Declared in `<baljsn_parserutil.h>` Load a quoted JSON string into `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baljsn/ParserUtil/getQuotedString-09.adoc[getQuotedString]( xref:bsl/string.adoc[bsl::string]* value, std::string_view const& data); ---- [.small]#xref:BloombergLP/baljsn/ParserUtil/getQuotedString-09.adoc[_» more..._]# Load into the specified `value` the string value in the specified `data`. The string must be begin and end in `"` characters which are not part of the resulting `value`. Return 0 on success and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baljsn/ParserUtil/getQuotedString-07.adoc[getQuotedString]( std::pmr::string* value, std::string_view const& data); ---- [.small]#xref:BloombergLP/baljsn/ParserUtil/getQuotedString-07.adoc[_» more..._]# Load into the specified `value` the string value in the specified `data`. The string must be begin and end in `"` characters which are not part of the resulting `value`. Return 0 on success and a non‐zero value otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/baljsn/ParserUtil/getQuotedString-0d.adoc[getQuotedString]( std::string* value, std::string_view const& data); ---- [.small]#xref:BloombergLP/baljsn/ParserUtil/getQuotedString-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#