A pure Odin JSON schema validator

Have been working on a side project of a side project. Basically the story is that I needed to validated a JSON file with a schema. Since I could not find any Odin libraries that could do this and did not want to link with some C library, decided to make on for myself. Goal is to have 2020-12 JSON schema support. A lot of the vocabulary is now supported as well. Trying to fix some edge cases in the specification tests which are also now mostly passing. The whole project is basically just two file apart from the test files (around 3000 loc). Github Repo