Move the json entities specific functions to json_entities
This commit is contained in:
@@ -65,5 +65,9 @@ struct json_collection {
|
||||
};
|
||||
|
||||
void print_json(const jentity_t *entity, u32 indent);
|
||||
jcoll_t *get_collection_from_entity(const jentity_t *entity);
|
||||
jentity_t *create_new_single_entity(const jval_t value, jentity_t *parent);
|
||||
jentity_t *create_new_pair_entity(dstr_t *key, const jval_t value,
|
||||
jentity_t *parent);
|
||||
|
||||
#endif // !JSON_ENTITIES_H
|
||||
|
Reference in New Issue
Block a user