Load an unquoted string from JSON data into value.
Declared in <baljsn_parserutil.h>
static
int
getUnquotedString(
std::pmr::string* value,
std::string_view const& data);
Load into the specified value the string value in the specified data. Return 0 on success and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | receives the string |
| data | JSON text to parse |