On Wed, Sep 28, 2011 at 3:09 PM, <[email protected]> wrote: >> -----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 >
The json code is really small, so it's a bit of an overkill to make it a separate library. We should just place it alongside the XML stream parser in QtCore. Girish _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
