Load a quoted JSON string into value.
Declared in <baljsn_parserutil.h>
Load a quoted JSON string into value.
static
int
getQuotedString(
bsl::string* value,
std::string_view const& data);
» more...
Load a quoted JSON string into value.
static
int
getQuotedString(
std::pmr::string* value,
std::string_view const& data);
» more...
Load a quoted JSON string into value.
static
int
getQuotedString(
std::string* value,
std::string_view const& data);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | receives the unquoted string |
| data | JSON text containing a quoted string |