Simple JSON parser. Since Im not experienced in creating parsers it take from me whole week of suffering and bashing my head over a wall (due to lack of good debugging tool) to figure out what I should do to make it work. So it might be buggy.
Technically speaking, its not entirely JSON since it allow C like comments in the files.
Also, only JSON thing that it dont support is arrays. Since both wall and my skull already cracked, I stopped in the process of implementation. If someone wants to help, feel free to. There are code that almost work, it just need a little bit of debugging.
Aside from JSON parsing, it allow to create custom, non cvar variables, which than can be used for things.
You can download it here
https://github.com/MekBoss/zscript_json_parser