JSON parser
This is my attempt at creating a JSON validator in C.
Learn about parsing, and practice my C skills.
I am writing a lot of Rust code, and I’ve always wanted to learn C. Might also
implement this in Rust and compare the two implementations performance wise.
make
./jp -f /path/to/file.json
Input:
{
"dsa\u1233"
:
tru
}
Output:
0: Failed to match value at line: 8, col: 4
1: Failed to match "true" at line: 8, col: 7