Added pointers to beginning and end of collection
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user