Added pointers to beginning and end of collection
This commit is contained in:
parent
93e17c0c54
commit
9a8bdcea02
@ -60,7 +60,8 @@ typedef enum {
|
||||
struct json_collection {
|
||||
u64 size;
|
||||
jcoll_type type;
|
||||
jentity_t *first_child;
|
||||
jentity_t *begin;
|
||||
jentity_t *end;
|
||||
};
|
||||
|
||||
#endif // !JSON_ENTITIES_H
|
||||
|
Loading…
Reference in New Issue
Block a user