![]() |
ucx
UAP Common Extensions
|
Internally used structure for a parsed token. More...
#include <json.h>
Data Fields | |
CxJsonTokenType | tokentype |
The token type. | |
bool | allocated |
True, if the content must be passed to cx_strfree(). | |
cxmutstr | content |
The token text, if any. | |
Internally used structure for a parsed token.
You should never need to use this in your code.
cxmutstr cx_json_token_s::content |
The token text, if any.
This is not necessarily set when the token type already uniquely identifies the content.