<?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: Extension Developers &#8211; 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>
	<lastBuildDate>Fri, 23 Dec 2011 21:18:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Mukunda Modell</title>
		<link>http://starkravingfinkle.org/blog/2008/02/extension-developers-native-json-parsing/comment-page-1/#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(&quot;resource://gre/modules/JSON.jsm&quot;);</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(&#8220;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-page-1/#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&#039;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 &#8211; is this a firefox-only feature?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

