Hello replers! After sitting in my GitHub for a while, an older project I did a few months back is finally on replit. This repl is a port of a JSON parser in plain old C. So far, it can parse nested things like objects in arrays, arrays in objects, plain old arrays. Also, I might add more tests later on besides the first three. When running the repl, only the first test JSON file is parsed by default.
It’s been a while since I’ve worked on this one, but if I do, I’ll add basic escape character support for newlines and tabs.
Feel free to fork or peek around the code.