Basic C library for parsing JSON files
Go to file
2023-06-27 23:16:26 +01:00
.vscode Update debug config 2023-06-24 03:41:56 +01:00
include Updated json_entities 2023-06-27 23:16:26 +01:00
src get_next_token returns result which includes possible error and token 2023-06-27 22:23:16 +01:00
test_files Update test_files README 2023-06-24 03:43:42 +01:00
.gitignore Update .gitignore 2023-06-17 15:26:52 +01:00
build Add dstr_resize and rename the dstring functions 2023-06-19 08:33:02 +01:00
compile Start working on json_entities 2023-06-26 18:32:53 +01:00
compile_commands.json Updated json_entities 2023-06-27 23:16:26 +01:00
notes Adding more information on the basic structure for the lexer 2023-06-12 07:42:24 +01:00
README.md INITIAL COMMIT 2023-06-11 21:11:29 +01:00
run_tests Add dstr_resize and rename the dstring functions 2023-06-19 08:33:02 +01:00
token_stream_example Updated json_entities 2023-06-27 23:16:26 +01:00

Say it in JSON

Basic C library for parsing JSON files