<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: QJson: a Qt-based library for mapping JSON data to QVariant objects</title>
	<atom:link href="http://flavio.castelli.name/qjson_qt_json_library/feed" rel="self" type="application/rss+xml" />
	<link>http://flavio.castelli.name/qjson_qt_json_library</link>
	<description>debugging my life</description>
	<lastBuildDate>Sat, 28 Jan 2012 07:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: LX</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-12750</link>
		<dc:creator>LX</dc:creator>
		<pubDate>Thu, 23 Dec 2010 09:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-12750</guid>
		<description>This is because you have to integrate the qjson0.dll in your .pro-File

e.g.
&quot;LIBS += -L../lib -lqjson0&quot;

if you have a fileconstellation like
c:/myproject/helloqjason.pro
c:/lib/qjson0.dll

maybe you also need
&quot;DEFINES += QMAKE_BUILD&quot;

to get the qjson0.dll file i had to build the qjson.pro which comes with a new package in the gitorious-repository. 
----------------------------
(I recogniced this solution when i looked at the example in tests/parser/parser.pro)</description>
		<content:encoded><![CDATA[<p>This is because you have to integrate the qjson0.dll in your .pro-File</p>
<p>e.g.<br />
&#8220;LIBS += -L../lib -lqjson0&#8243;</p>
<p>if you have a fileconstellation like<br />
c:/myproject/helloqjason.pro<br />
c:/lib/qjson0.dll</p>
<p>maybe you also need<br />
&#8220;DEFINES += QMAKE_BUILD&#8221;</p>
<p>to get the qjson0.dll file i had to build the qjson.pro which comes with a new package in the gitorious-repository.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
(I recogniced this solution when i looked at the example in tests/parser/parser.pro)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deep parsing</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11276</link>
		<dc:creator>deep parsing</dc:creator>
		<pubDate>Tue, 30 Nov 2010 16:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11276</guid>
		<description>How do you parse this without using too many foreach loop in a foreach loop?

{
“encoding” : “UTF-8″,
&quot;location&quot; : [ [ x, y, z ], [ x, y, z ], [x, y, z ] ],
“indent” : { “length” : 3, “use_space” : true }
}</description>
		<content:encoded><![CDATA[<p>How do you parse this without using too many foreach loop in a foreach loop?</p>
<p>{<br />
“encoding” : “UTF-8″,<br />
&#8220;location&#8221; : [ [ x, y, z ], [ x, y, z ], [x, y, z ] ],<br />
“indent” : { “length” : 3, “use_space” : true }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11189</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Mon, 08 Nov 2010 08:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11189</guid>
		<description>Could you provide more details about this bug? Please use the bug tracking system on sourceforge.</description>
		<content:encoded><![CDATA[<p>Could you provide more details about this bug? Please use the bug tracking system on sourceforge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11188</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Mon, 08 Nov 2010 08:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11188</guid>
		<description>No, there isn&#039;t such an API.</description>
		<content:encoded><![CDATA[<p>No, there isn&#8217;t such an API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwrx</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11187</link>
		<dc:creator>cwrx</dc:creator>
		<pubDate>Mon, 08 Nov 2010 03:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11187</guid>
		<description>and what i mean by error is somekind of exception in VS2008.</description>
		<content:encoded><![CDATA[<p>and what i mean by error is somekind of exception in VS2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cwrx</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11186</link>
		<dc:creator>cwrx</dc:creator>
		<pubDate>Mon, 08 Nov 2010 03:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11186</guid>
		<description>Hi. im encountering error when calling parse() with non JSON object. It was actually the firstline of xml header . 
is there any API to check if a string is not JSON string?</description>
		<content:encoded><![CDATA[<p>Hi. im encountering error when calling parse() with non JSON object. It was actually the firstline of xml header .<br />
is there any API to check if a string is not JSON string?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girija</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11103</link>
		<dc:creator>Girija</dc:creator>
		<pubDate>Fri, 17 Sep 2010 09:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11103</guid>
		<description>Thank u very much. It is very nice.</description>
		<content:encoded><![CDATA[<p>Thank u very much. It is very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girija</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11102</link>
		<dc:creator>Girija</dc:creator>
		<pubDate>Thu, 16 Sep 2010 06:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11102</guid>
		<description>ok i will send a mail to you.</description>
		<content:encoded><![CDATA[<p>ok i will send a mail to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flavio</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11101</link>
		<dc:creator>Flavio</dc:creator>
		<pubDate>Wed, 15 Sep 2010 22:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11101</guid>
		<description>Have you checked parser.errorString() and parser.errorLine() output? Are you sure you are parsing some valid json object? Could you provide me the json object you are converting?

Please contact me using my email address, it will be easier.</description>
		<content:encoded><![CDATA[<p>Have you checked parser.errorString() and parser.errorLine() output? Are you sure you are parsing some valid json object? Could you provide me the json object you are converting?</p>
<p>Please contact me using my email address, it will be easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girija</title>
		<link>http://flavio.castelli.name/qjson_qt_json_library/comment-page-1#comment-11100</link>
		<dc:creator>Girija</dc:creator>
		<pubDate>Wed, 15 Sep 2010 03:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://flavio.castelli.name/?p=98#comment-11100</guid>
		<description>I am using the following code,
QJson::Parser parser;
bool ok;
QVariantMap result = parser.parse (cityReply-&gt;readAll(), &amp;ok).toMap();
if (!ok) {
qFatal(&quot;An error occurred during parsing&quot;);
exit (1);
}
qDebug() &lt;&lt; &quot;Name :&quot; &lt;readAll() in messagebox then I can view the webservice result (json String).</description>
		<content:encoded><![CDATA[<p>I am using the following code,<br />
QJson::Parser parser;<br />
bool ok;<br />
QVariantMap result = parser.parse (cityReply-&gt;readAll(), &amp;ok).toMap();<br />
if (!ok) {<br />
qFatal(&#8220;An error occurred during parsing&#8221;);<br />
exit (1);<br />
}<br />
qDebug() &lt;&lt; &quot;Name :&quot; &lt;readAll() in messagebox then I can view the webservice result (json String).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

