JSON parser written in odin because ginger beard man told me to. Only reports errors, so you can basically use it for validation.
If on linux just run ./build.sh. Otherwise just run the following:
# mkdir build
$ odin build src -collection:src=src -out:build/json
$ ./build/json <file.json>