BloombergLP::baljsn::JsonTokenizer::value

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.

int
value(std::string_view* data) const;
» more...

Load into the specified data the value of the current token.

int
value(bdljsn::Json const** data) const;
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
datareceives the current element name