support json type
This commit is contained in:
@ -120,7 +120,8 @@ typedef struct _ParseNode {
|
||||
uint16_t is_assigned_from_child_ : 1;
|
||||
uint16_t is_num_must_be_pos_ : 1;
|
||||
uint16_t is_date_unit_ : 1;
|
||||
uint16_t reserved_ : 3;
|
||||
uint16_t is_literal_bool_ : 1; // indicate node is a literal TRUE/FALSE
|
||||
uint16_t reserved_ : 2;
|
||||
};
|
||||
union {
|
||||
int64_t value_;
|
||||
|
||||
Reference in New Issue
Block a user