On Sun, Dec 11, 2011 at 5:33 PM, Andre Somers <an...@familiesomers.nl> wrote: > However, like I said, I guess I am missing something here. Could you > explain what the relationship is between this binary format and the JSON > format, and how it helps parsing & creating JSON?
You're missing the bit where the binary format is not the only representation. JSON can be parsed into it, it's stored like this in memory, and it can be serialised back to it (obviously), but it can also be serialised back to JSON. Or QVariant. _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development