On 07/19/2012 02:50 AM, Michael Carpenter wrote: > I would expect this kind of output: > "[[ "0", "1", "2", "3", "4"], ["0", "1", "2", "3", "4"] ]" > > However, I get this output: > "[ "0", "1", "2", "3", "4", "0", "1", "2", "3", "4" ]" > > Is this intentional, or a bug?
No that's a bug. I did some tests and it seems the issue is inside of QVariant#toList(). I'm building latest version of Qt from git, try to reproduce (maybe fix the issue). I'll surely file a bug upstream. Cheers Flavio ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ QJson-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qjson-devel
