Add print_json function to traverse json tree and print all elements

This commit is contained in:
2023-07-01 04:42:40 +01:00
parent f8d69310be
commit 2a4d573118
2 changed files with 112 additions and 0 deletions

View File

@@ -64,4 +64,6 @@ struct json_collection {
jentity_t *end;
};
void print_json(const jentity_t *entity, u32 indent);
#endif // !JSON_ENTITIES_H