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;
Load into the specified data the value of the current token.
int
value(bdljsn::Json const** data) const;
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
data |
receives the current element name |
Created with MrDocs