PDA

View Full Version : Qt and JSON



Chiggins
27th June 2010, 01:48
I'm going to need to be doing some JSON parsing in my application, and I would like to know how I could go about doing that. Does Qt have native JSON support, or would I need to find my own libraries to do so? If so, what libraries would you recommend?

ChrisW67
27th June 2010, 22:49
QJson (http://qjson.sourceforge.net/) perhaps? There is also C++ code at http://www.json.org/ that you could probably use.

MorrisLiang
28th June 2010, 13:12
There's a third party lib called QJson.
Another one is Qt extension library (http://www.libqxt.org/). It can also handle JSON and with many other stuffs.