<?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: Parsing JSON String</title>
	<atom:link href="http://blog.insicdesigns.com/2008/10/parsing-json-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2008/10/parsing-json-string/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:34:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: 網站製作學習誌 &#187; [Web] 連結分享</title>
		<link>http://blog.insicdesigns.com/2008/10/parsing-json-string/#comment-2454</link>
		<dc:creator>網站製作學習誌 &#187; [Web] 連結分享</dc:creator>
		<pubDate>Wed, 08 Apr 2009 02:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=353#comment-2454</guid>
		<description>[...] Parsing JSON String [...]</description>
		<content:encoded><![CDATA[<p>[...] Parsing JSON String [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antony Kennedy</title>
		<link>http://blog.insicdesigns.com/2008/10/parsing-json-string/#comment-653</link>
		<dc:creator>Antony Kennedy</dc:creator>
		<pubDate>Mon, 22 Dec 2008 04:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=353#comment-653</guid>
		<description>&quot;The response is now a JavaScript object, and the object can be walked, searched, or manipulated just like any other DOM object.&quot;

I&#039;d have to disagree. Traversing and manipulating the DOM and DOM elements is not the same as a native JS object. They are inherently different things.

property and {&#039;value&#039;:&#039;property&#039;} are not the same - the second can be implicit in datatype, and only needs to be evaluated to be converted into a native object. The first needs to be parsed in a more complex manner.

Enjoying your blog :)</description>
		<content:encoded><![CDATA[<p>&#8220;The response is now a JavaScript object, and the object can be walked, searched, or manipulated just like any other DOM object.&#8221;</p>
<p>I&#8217;d have to disagree. Traversing and manipulating the DOM and DOM elements is not the same as a native JS object. They are inherently different things.</p>
<p>property and {&#8216;value&#8217;:'property&#8217;} are not the same &#8211; the second can be implicit in datatype, and only needs to be evaluated to be converted into a native object. The first needs to be parsed in a more complex manner.</p>
<p>Enjoying your blog <img src='http://blog.insicdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
