Load into value the value parsed from JSON data.
Declared in <baljsn_parserutil.h>
static
int
getValue(
signed char* value,
std::string_view const& data);
Load into the specified value the characters read from the specified data. Return 0 on success or a non-zero value on failure.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| value | receives the parsed value |
| data | JSON text to parse |