value overloads
Synopses
Declared in <baljsn_jsontokenizer.h>
Load into the specified data the value of the current token. Return 0 on success and a non‐zero value otherwise. The behavior is undefined unless e_ELEMENT_NAME == tokenType().
int
value(std::string_view* data) const;
Load into the specified data the value of the current token. Return 0 on success and a non‐zero value otherwise. The behavior is undefined unless e_ELEMENT_VALUE == tokenType().
int
value(bdljsn::Json const** data) const;
Created with MrDocs