[#BloombergLP-baljsn-ParserUtil-getValue-062] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/ParserUtil.adoc[ParserUtil]::getValue :relfileprefix: ../../../ :mrdocs: Load into `value` the value parsed from JSON `data`. == Synopsis Declared in `<baljsn_parserutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getValue( short* value, std::string_view const& data); ---- == Description Load into the specified `value` the characters read from the specified `data`. 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 parsed value | *data* | JSON text to parse |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#