<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#187; json</title>
	<atom:link href="http://blog.cliffano.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cliffano.com</link>
	<description>Simplify</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:42:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Trailing Comma Within JSON&#039;s Array</title>
		<link>http://blog.cliffano.com/2006/04/18/trailing-comma-within-jsons-array/</link>
		<comments>http://blog.cliffano.com/2006/04/18/trailing-comma-within-jsons-array/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 13:00:06 +0000</pubDate>
		<dc:creator>Cliffano Subagio</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://blog.cliffano.com/?p=31</guid>
		<description><![CDATA[I was debugging an AJAXy app which uses JSON as the data format, and it was fine with Firefox but not with Internet Explorer. After further debugging, the culprit turned out to be trailing commas within the data. {&#34;foo&#34;: { &#34;bar&#34;: [ {&#34;id&#34;: &#34;1&#34;, &#34;url&#34;: &#34;http://www.hostA.com&#34;}, {&#34;id&#34;: &#34;2&#34;, &#34;url&#34;: &#34;http://www.hostB.com&#34;}, ] }} theObject.foo.bar.length returns 2 [...]]]></description>
		<wfw:commentRss>http://blog.cliffano.com/2006/04/18/trailing-comma-within-jsons-array/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
