Basic C library for parsing JSON files
Go to file
2023-06-24 03:39:45 +01:00
.vscode Update VSCode debug config and settings 2023-06-22 00:12:28 +01:00
include Add the get_next_token function 2023-06-22 00:13:05 +01:00
src Update print format specifier 2023-06-22 00:37:59 +01:00
test_files Add more examples 2023-06-24 03:39:45 +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 Add dstr_resize and rename the dstring functions 2023-06-19 08:33:02 +01:00
compile_commands.json Update print format specifier 2023-06-22 00:37:59 +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

Say it in JSON

Basic C library for parsing JSON files