qjsonparser: Parse and stringify JSON with Qt
To my knowledge, there are 3 Qt based JSON parsers out there – QJson, JsonQt and this. QJson uses bison for parsing and JsonQt is hand-written. I have used QJson before and it works perfectly fine.
If you are like me, you will sense an opportunity here to write a qlalr based parser […]