Load into the specified data the value of the current token.
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...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| data | receives the current element name |