QtJsonHelper: a higher-level interface for reading and writing JSON
-
Hello everyone,
I've been using the JSON classes in Qt 5 for an application that needs to send and receive JSON messages over HTTP. That works quite well, but the API is rather low-level and can require a lot of repetitive code. So, to make my application code a bit more elegant, I've written a small library of wrapper classes for Qt's JSON API, which I've called QtJsonHelper. It's available on GitHub, under the liberal MIT license:
https://github.com/lfritz/qtjsonhelper
If you're using JSON with Qt, check it out!