[#BloombergLP-baljsn-JsonParserUtil-getValue-04e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonParserUtil.adoc[JsonParserUtil]::getValue :relfileprefix: ../../../ :mrdocs: Load into the specified `value` the Base64‐decoded bytes from `data`. == Synopsis Declared in `<baljsn_jsonparserutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getValue( xref:bsl/vector-00d.adoc[bsl::vector<char>]* value, xref:BloombergLP/bdljsn/Json.adoc[bdljsn::Json] const& data); ---- == Description Return 0 on success or a non‐zero value on failure. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *value* | receives the decoded byte vector | *data* | JSON object supplying the Base64 string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#