bugfix : json extract in upadate

This commit is contained in:
obdev 2023-11-09 14:13:12 +00:00 committed by ob-robot
parent 45a879703e
commit 18cabc6bff

View File

@ -87,6 +87,13 @@ typedef struct ObJsonBinKeyDict {
} ObJsonBinKeyDict;
typedef struct ObJsonBinHeader {
ObJsonBinHeader()
: type_(0),
entry_size_(0),
count_size_(0),
obj_size_size_(0),
is_continuous_(0),
reserved_(0) {}
uint8_t type_; // node type for current node
uint8_t entry_size_ : 2; // the size describe var size of key_entry,val_entry
uint8_t count_size_ : 2; // the size describe var size of element count