amin-ahmadi.com
How to Send and Receive JSON Requests in Qt - Amin
There are many APIs on the web that accept JSON requests and reply using JSON. An example for this can be most of Google’s API services. For example if you are writing a Qt application that needs JSON interaction with a Google API (such as Google Webmaster API) you can easily send requests and receive … Continue reading "How to Send and Receive JSON Requests in Qt"
Amin