Hi im using qt , and i parse complex json data structure but i find my self doing to many loops each time i need to parse this JSON , i wander how or what can be the best way to handle big JSON structures
A:
I use http://qjson.sourceforge.net/ to map JSON data to QVarianMap's. However I don't know how it will work for large data sets.
ak
2010-05-10 14:31:53