<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QJsonDocument needs a hybrid format for big arrays.]]></title><description><![CDATA[<p dir="auto">The two basic formats give you either a grossly long document where you can't easily see what the name of the value you're looking at is, or where it'd fall in the overall array... or some compact mess that isn't readable either.</p>
<p dir="auto">What is needed is a format that looks like:<br />
@<br />
"NameForList": [ a, b, c, d, e],<br />
"NameForArray": &lsqb;&lsqb; a, b, c, d, e]<br />
,[ f, g, h, i, j]<br />
,[ k, l, m, n, o&rsqb;&rsqb;,<br />
@</p>
<p dir="auto">(where of course, these things are neatly aligned in monospace)</p>
<p dir="auto">I am going to attempt to add this as patch this locally, I'd be willing to submit it as an open patch to the project more broadly (but I haven't any experience doing that)</p>
]]></description><link>https://forum.qt.io/topic/46821/qjsondocument-needs-a-hybrid-format-for-big-arrays</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 08:31:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/46821.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Oct 2014 21:13:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QJsonDocument needs a hybrid format for big arrays. on Thu, 09 Oct 2014 22:41:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">You can follow the gerrit introduction wiki entry to know how to submit a patch to Qt</p>
]]></description><link>https://forum.qt.io/post/246875</link><guid isPermaLink="true">https://forum.qt.io/post/246875</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 09 Oct 2014 22:41:04 GMT</pubDate></item></channel></rss>