<?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: jQuery JSON</title>
	<atom:link href="http://www.gnucitizen.org/blog/jquery-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/jquery-json/</link>
	<description>Information Security Think Tank</description>
	<pubDate>Tue, 06 Jan 2009 14:27:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Maxime Haineault</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-77706</link>
		<dc:creator>Maxime Haineault</dc:creator>
		<pubDate>Tue, 27 Nov 2007 15:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-77706</guid>
		<description>http://jollytoad.googlepages.com/json.js

That's what I'm talking about !</description>
		<content:encoded><![CDATA[<p><a href="http://jollytoad.googlepages.com/json.js" rel="nofollow">http://jollytoad.googlepages.com/json.js</a></p>
<p>That&#8217;s what I&#8217;m talking about !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime Haineault</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-77702</link>
		<dc:creator>Maxime Haineault</dc:creator>
		<pubDate>Tue, 27 Nov 2007 15:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-77702</guid>
		<description>FYI, since jQuery 1.2 getJSON can do cross domain communications.

http://docs.jquery.com/Release:jQuery_1.2/Ajax#Cross-Domain_getJSON_.28using_JSONP.29

What I find is really lacking in the jQuery framework is methods to manipulate JSON itself. I would like to be able to do things like this:

&lt;pre&gt;&lt;code&gt;$.JSONdecode('[{a:"b"},{c:"d"}]');
$.JSONenconde([{a:"b"},{c:"d"}]);&lt;/code&gt;&lt;/pre&gt;

Even the getJSON methond in jQuery use a simple eval to parse the JSON.. It might sound trivial, but imho it's not the *best* solution.</description>
		<content:encoded><![CDATA[<p>FYI, since jQuery 1.2 getJSON can do cross domain communications.</p>
<p><a href="http://docs.jquery.com/Release:jQuery_1.2/Ajax#Cross-Domain_getJSON_.28using_JSONP.29" rel="nofollow">http://docs.jquery.com/Release.....g_JSONP.29</a></p>
<p>What I find is really lacking in the jQuery framework is methods to manipulate JSON itself. I would like to be able to do things like this:</p>
<pre><code>$.JSONdecode('[{a:"b"},{c:"d"}]');
$.JSONenconde([{a:"b"},{c:"d"}]);</code></pre>
<p>Even the getJSON methond in jQuery use a simple eval to parse the JSON.. It might sound trivial, but imho it&#8217;s not the *best* solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-45513</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Mon, 03 Sep 2007 10:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-45513</guid>
		<description>pierre,

the function is executed when JSON returns and evaluates withing the browser. As for the script object, we can do that but I found that sometimes Firefox is too picky and ends up throwing errors... I don't know why.</description>
		<content:encoded><![CDATA[<p>pierre,</p>
<p>the function is executed when JSON returns and evaluates withing the browser. As for the script object, we can do that but I found that sometimes Firefox is too picky and ends up throwing errors&#8230; I don&#8217;t know why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pierre</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-45390</link>
		<dc:creator>pierre</dc:creator>
		<pubDate>Mon, 03 Sep 2007 00:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-45390</guid>
		<description>i don't follow under what conditions yourFunction() is executed. perhaps after the given callback is run? could you provide a less brief usage example? :0)

should one clean up in the callback and remove the script object from head?
  $("head script:last-child").remove();</description>
		<content:encoded><![CDATA[<p>i don&#8217;t follow under what conditions yourFunction() is executed. perhaps after the given callback is run? could you provide a less brief usage example? :0)</p>
<p>should one clean up in the callback and remove the script object from head?<br />
  $(&#8221;head script:last-child&#8221;).remove();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-36397</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Sat, 21 Jul 2007 09:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-36397</guid>
		<description>Ah - I see - i commented pretty late yesterday evening and oversaw the JSOD-JSON aspect (JS on demand)

:)</description>
		<content:encoded><![CDATA[<p>Ah - I see - i commented pretty late yesterday evening and oversaw the JSOD-JSON aspect (JS on demand)</p>
<p>:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-36385</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Sat, 21 Jul 2007 07:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-36385</guid>
		<description>.mario, the getJSON function returns XMLHttpRequest object which is unsuitable when you want to perform cross-domain JSON communication. This is the reason why I needed to write this module.</description>
		<content:encoded><![CDATA[<p>.mario, the getJSON function returns XMLHttpRequest object which is unsuitable when you want to perform cross-domain JSON communication. This is the reason why I needed to write this module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.gnucitizen.org/blog/jquery-json/comment-page-1/#comment-36334</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Sat, 21 Jul 2007 00:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-json#comment-36334</guid>
		<description>http://docs.jquery.com/Ajax#.24.getJSON.28_url.2C_params.2C_callback_.29

?</description>
		<content:encoded><![CDATA[<p><a href="http://docs.jquery.com/Ajax#.24.getJSON.28_url.2C_params.2C_callback_.29" rel="nofollow">http://docs.jquery.com/Ajax#.2.....llback_.29</a></p>
<p>?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
