▲ | lelanthran 3 hours ago | |
This is quite neat. I wrote a similar library for no-alloc JSON parsing, but never had use for it. This does actual parsing, though; my approach is to just navigate through a JSON tree. https://github.com/lelanthran/libxcgi/blob/master/library/sr... https://github.com/lelanthran/libxcgi/blob/master/library/sr... |