Basic C library for parsing JSON files
Go to file
2023-06-18 00:03:07 +01:00
.vscode Update debug config 2023-06-17 22:10:27 +01:00
include Handle objects, arrays and strings 2023-06-17 15:27:16 +01:00
src Add keyword support 2023-06-17 22:10:48 +01:00
test_files Update examples 2023-06-17 22:10:38 +01:00
.gitignore Update .gitignore 2023-06-17 15:26:52 +01:00
build Started implementing the lexer 2023-06-17 00:45:00 +01:00
compile Started implementing the lexer 2023-06-17 00:45:00 +01:00
compile_commands.json Add keyword support 2023-06-17 22:10:48 +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 Added script to test all the example json files 2023-06-18 00:03:07 +01:00

Say it in JSON

Basic C library for parsing JSON files