rb_iterate json_table table_type placeholder

This commit is contained in:
qijiax
2024-09-25 20:19:32 +00:00
committed by ob-robot
parent 8a4f95de9d
commit 7a2dffd115

View File

@ -47,6 +47,7 @@ enum table_type : int8_t {
OB_INVALID_TABLE = 0,
OB_JSON_TABLE = 1,
OB_XML_TABLE = 2,
OB_RB_ITERATE_TABLE = 3,
};
typedef enum JtNodeType {