<?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"
	>
<channel>
	<title>Comments on: Extension Developers - Native JSON Parsing</title>
	<atom:link href="http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 00:02:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Mukunda Modell</title>
		<link>http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/#comment-5324</link>
		<dc:creator>Mukunda Modell</dc:creator>
		<pubDate>Mon, 18 Feb 2008 07:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/#comment-5324</guid>
		<description>Figured it out: filenames are case sensitive on Linux and the file is JSON.jsm so the code above should read:

Components.utils.import("resource://gre/modules/JSON.jsm");</description>
		<content:encoded><![CDATA[<p>Figured it out: filenames are case sensitive on Linux and the file is JSON.jsm so the code above should read:</p>
<p>Components.utils.import(&#8221;resource://gre/modules/JSON.jsm&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukunda Modell</title>
		<link>http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/#comment-5323</link>
		<dc:creator>Mukunda Modell</dc:creator>
		<pubDate>Mon, 18 Feb 2008 05:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/#comment-5323</guid>
		<description>I can't seem to get this to work in a recent XULRunner nightly - is this a firefox-only feature?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get this to work in a recent XULRunner nightly - is this a firefox-only feature?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
