> -----Original Message----- > From: [email protected] > [mailto:[email protected]] > On Behalf Of Stefan Majewsky > Sent: Wednesday, September 28, 2011 09:48 > To: [email protected] > Subject: Re: [Qt5-feedback] JSON (was Re: Some parts of LibQxt in Qt) > > On Tue, Sep 27, 2011 at 11:26 PM, Petr Vanek <[email protected]> wrote: > >On Sep 27, 2011 (Tuesday), at 11:10 PM, Petr Vanek wrote: > >> I'd like to see json in the QtCore > > > > heh, not exactly qtcore, but something like "core" qtnetwork... > sorry. > > I don't see why JSON must be restricted to QtNetwork. It's very > valuable as a simple, yet versatile in-house data specification > format. For example, I've already used it as an input format in a > simple C++ code generator. Like Girish said, an implementation can be > done in a couple hundred lines, so not something I'd like to pull in > complete QtNetwork for. >
Is there any reason not to have json as a standalone library then? A web services type of application could link against core, network and json Arguments against would be if the DLL overhead is too high compared to the code / data sizes. (e.g. the 4 bytes of static data rounded up to a 4k page per process problem) ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
