ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_json_token_s Struct Reference

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.
 

Detailed Description

Internally used structure for a parsed token.

You should never need to use this in your code.

Field Documentation

◆ content

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.


The documentation for this struct was generated from the following file: