Add print_json function to traverse json tree and print all elements
This commit is contained in:
@@ -64,4 +64,6 @@ struct json_collection {
|
||||
jentity_t *end;
|
||||
};
|
||||
|
||||
void print_json(const jentity_t *entity, u32 indent);
|
||||
|
||||
#endif // !JSON_ENTITIES_H
|
||||
|
Reference in New Issue
Block a user