Load into the specified value the Base64-decoded bytes from data.
Declared in <baljsn_jsonparserutil.h>
static
int
getValue(
bsl::vector<char>* value,
bdljsn::Json const& 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 decoded byte vector |
| data | JSON object supplying the Base64 string |