PDA

View Full Version : json parsing



sabbu
17th June 2011, 13:45
i am more tired plese any one can help me how to json parsing used in qt.i have a url i send username and passw to the server and find response in a string but i want to parse this string please help me how to parse.



Thanks

squidge
17th June 2011, 14:04
Use one of the many json parsers from http://www.json.org/

Or you could use QScriptEngine

Dependin on what your after and whether you trust the input