BloombergLP::baljsn::ParserUtil::getUnquotedString

Load an unquoted string from JSON data into value.

Synopses

Declared in <baljsn_parserutil.h>

Load an unquoted string from JSON data into value.

static
int
getUnquotedString(
    bsl::string* value,
    std::string_view const& data);
» more...

Load an unquoted string from JSON data into value.

static
int
getUnquotedString(
    std::pmr::string* value,
    std::string_view const& data);
» more...

Load an unquoted string from JSON data into value.

static
int
getUnquotedString(
    std::string* value,
    std::string_view const& data);
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
valuereceives the string
dataJSON text to parse