<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: JSON parser error with jqGrid 3.6.5</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>bailamj on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p27417</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p27417</guid>
        	        	<description><![CDATA[<blockquote>
<p>tony said:</p>
<p>Hello,</p>
<p>This is a needed change.</p>
<p>You will get the same error if you use jQuery 1.4 and use getJSON - just try - more info you can find here:</p>
<p><a rel="nofollow" href="http://api.jquery.com/jQuery.getJSON/" target="_blank">http://api.jquery.com/jQuery.getJSON/</a></p>
<p>See Important notes.</p>
<p>The d property is used in some Microsoft Systems.</p>
</p>
<p>Regards</p>
<p>Tony</p>
</blockquote>
<hr />
<p>this url no working 😉</p>
]]></description>
        	        	<pubDate>Thu, 27 Sep 2012 18:18:15 +0300</pubDate>
        </item>
        <item>
        	<title>tony on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17519</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17519</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this. We should add it to the documentation.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Fri, 28 May 2010 09:35:10 +0300</pubDate>
        </item>
        <item>
        	<title>glittle on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17452</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17452</guid>
        	        	<description><![CDATA[<p>Another entry, to help others...</p>
<p>I had this line in my .jqGrid() initializer:</p>
<p style="padding-left: 30px;">&#160;loadComplete: function(response) {<br />&#160;&#160;&#160;&#160;&#160; ShowInfo(jQuery.jgrid.parse(response.responseText));<br />&#160;&#160;&#160; },</p>
<p>Now, with version 3.6.5, I no longer have to parse the response, since it is already a Javascript object:</p>
<p style="padding-left: 30px;">&#160;loadComplete: function(response) {<br /> &#160;&#160;&#160;&#160;&#160; ShowInfo(response));<br /> &#160;&#160;&#160; },</p>
]]></description>
        	        	<pubDate>Tue, 25 May 2010 19:49:26 +0300</pubDate>
        </item>
        <item>
        	<title>glittle on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17395</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17395</guid>
        	        	<description><![CDATA[<p>For the record, in case others wonder about this...</p>
<p>From the JQuery site linked by Tony:</p>
<p style="padding-left: 30px;">JSON is a data-interchange format with syntax rules that are stricter than those of JavaScript&#39;s object literal notation. For example, all strings represented in JSON, whether they are properties or values, must be enclosed in double-quotes.&#160;</p>
<p>I was not clear on the difference between the &#39;object literal notation&#39; and &#39;JSON&#39;... I thought they were the same thing, but see now that they are similar, but different.</p>
<p>And, as per the &#160;www.json.org web site, all <em>strings</em> must be quoted, but values such as numbers and booleans should <em>not</em> be quoted.</p>
<p>Thanks Tony!</p></p>
]]></description>
        	        	<pubDate>Sat, 22 May 2010 10:07:45 +0300</pubDate>
        </item>
        <item>
        	<title>tony on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17394</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17394</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>This is a needed change.</p>
<p>You will get the same error if you use jQuery 1.4 and use getJSON - just try - more info you can find here:</p>
<p><a href="http://api.jquery.com/jQuery.getJSON/" rel="nofollow" target="_blank">http://api.jquery.com/jQuery.getJSON/</a></p>
<p>See Important notes.</p>
<p>The d property is used in some Microsoft Systems.</p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 22 May 2010 09:56:20 +0300</pubDate>
        </item>
        <item>
        	<title>glittle on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17393</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17393</guid>
        	        	<description><![CDATA[<p>Thanks... this will help a lot.</p>
<p>More questions:</p>
<p>1) Please confirm: the JSON used in coding and the JSON used in the data work must be formatted differently?</p>
<p>2)&#160;Could you also elaborate on what this is referring to: &#160;"the so named &#8220;d&#8221; property from the response (used in certain systems)."</p>
<p style="padding-left: 30px;">What &#39;certain systems&#39; is this referring to?&#160;&#160;If I have complete control over the JSON sent to the browser, do I have to worry about this?</p>
<p>3) "With version 3.6.5 we switch from ajax complete to ajax success event" --&#62; Does this have any impact on my coding, especially in the handlers for &#39;loaderror&#39;, &#39;loadcomplete&#39;, etc. ?</p>
<p>4) This change to how JSON data is processed was not mentioned in the &#39;<a id="jqgrid_3.6.5_changes_and_fixes" name="jqgrid_3.6.5_changes_and_fixes" target="_blank">jqGrid 3.6.5&#160;</a>changes and fixes&#39;, yet is a major breaking change. I would expect that most current implementation will break when converting. &#160;Are there other changes that we should be aware of?</p>
</p>
<p>Thanks,</p>
<p>Glen</p>
]]></description>
        	        	<pubDate>Sat, 22 May 2010 09:47:05 +0300</pubDate>
        </item>
        <item>
        	<title>tony on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17392</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17392</guid>
        	        	<description><![CDATA[<p>HEllo,</p>
<p>You can look here:</p>
<p><a href="http://www.trirand.com/jqgridwiki/doku.php?id=wiki:upgrade_from_3.6.4_to_3.6.5" rel="nofollow" target="_blank"><a href="http://www.trirand.com/jqgridw" rel="nofollow">http://www.trirand.com/jqgridw</a>.....4_to_3.6.5</a></p>
</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 22 May 2010 09:13:42 +0300</pubDate>
        </item>
        <item>
        	<title>glittle on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17390</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17390</guid>
        	        	<description><![CDATA[<p>Here is the complete contents of a much shorter JSON response from the server:</p>
<p>{records:0,total:0,page:1,where:&#39;Country is Bermuda, and Location is Boston&#39;,whereJson:&#39;{"Country":["BMU"],"Location":["Boston"]}&#39;,rows:[]}</p>
</p>
<p>Even this response results in an "Invalid JSON" error.</p>
]]></description>
        	        	<pubDate>Fri, 21 May 2010 23:16:07 +0300</pubDate>
        </item>
        <item>
        	<title>glittle on JSON parser error with jqGrid 3.6.5</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17322</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/json-parser-error-with-jqgrid-3-6-5#p17322</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I had a working site, then updated to version 3.6.5. (Also updated JQuery to 1.4.2 and JQueryUI to 1.8.1.)</p>
<p>Now, when I load my grid, the &#39;loadError&#39; event triggers, and I get:</p>
<p>&#160;&#160; &#160;&#160;&#160;&#160; status&#160;&#160; &#160;"parsererror"</p>
<p>&#160;&#160; &#160;&#160;&#160;&#160; error&#160;&#160; &#160;"Invalid JSON: {records:4558,total:456,page:1,rows:[{id:&#39;45600&#39;,cell:[&#39;1&#39;,&#39;56453&#39;....."</p>
<p>&#160; &#160; &#160; &#160; &#160; &#160; &#160;&#160; &#160; &#160;&#160;&#160; <em>(Contents of the JSON are excluded, as it is too big, and confidential...)</em></p>
<p>When monitoring the response using Fiddler with a JSON inspector, I can see that the JSON is valid...</p>
<p>As a test, I simply replaced the 3.6.4 version of JQGrid and it worked fine!</p>
<p>Please advise!</p>
<p>Glen</p></p>
]]></description>
        	        	<pubDate>Thu, 20 May 2010 02:45:42 +0300</pubDate>
        </item>
</channel>
</rss>