[#BloombergLP-baljsn-JsonTokenizer-value-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/JsonTokenizer.adoc[JsonTokenizer]::value :relfileprefix: ../../../ :mrdocs: Load into the specified `data` the value of the current token. == Synopses Declared in `<baljsn_jsontokenizer.h>` Load into the specified `data` the value of the current token. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/baljsn/JsonTokenizer/value-06.adoc[value](std::string_view* data) const; ---- [.small]#xref:BloombergLP/baljsn/JsonTokenizer/value-06.adoc[_» more..._]# Load into the specified `data` the value of the current token. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/baljsn/JsonTokenizer/value-0b.adoc[value](xref:BloombergLP/bdljsn/Json.adoc[bdljsn::Json] const** data) const; ---- [.small]#xref:BloombergLP/baljsn/JsonTokenizer/value-0b.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *data* | receives the current element name |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#