Move the logic for loading a json file into the load_json function
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#include "json_entities.h"
|
||||
#include "lexer.h"
|
||||
|
||||
void parse_token(token_t token);
|
||||
typedef struct parser_s parser_t;
|
||||
|
||||
jentity_t *load_json(const char *filepath);
|
||||
|
||||
#endif // !PARSER_H
|
||||
|
Reference in New Issue
Block a user