[Development] Json support for QtCore

Robin Burchell robin+qt at viroteck.net
Sun Dec 11 17:40:37 CET 2011


On Sun, Dec 11, 2011 at 5:33 PM, Andre Somers <andre at 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.



More information about the Development mailing list