<?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: JSON Diff Released</title>
	<atom:link href="http://ajaxian.com/archives/json-diff-released/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/json-diff-released</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 20 Mar 2010 13:30:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MichaelSchoeler</title>
		<link>http://ajaxian.com/archives/json-diff-released/comment-page-1#comment-266555</link>
		<dc:creator>MichaelSchoeler</dc:creator>
		<pubDate>Sun, 10 Aug 2008 13:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-diff-released#comment-266555</guid>
		<description>I made a JSON diff algorithm some time back. I argue for its uses in the short article I wrote about it. 

My diff algorithm even handles cyclic references in the JSON objects (deep objects).

See http://michael.hinnerup.net/blog/2008/01/15/diffing_json_objects/</description>
		<content:encoded><![CDATA[<p>I made a JSON diff algorithm some time back. I argue for its uses in the short article I wrote about it. </p>
<p>My diff algorithm even handles cyclic references in the JSON objects (deep objects).</p>
<p>See <a href="http://michael.hinnerup.net/blog/2008/01/15/diffing_json_objects/" rel="nofollow">http://michael.hinnerup.net/blog/2008/01/15/diffing_json_objects/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tlrobinson</title>
		<link>http://ajaxian.com/archives/json-diff-released/comment-page-1#comment-265590</link>
		<dc:creator>tlrobinson</dc:creator>
		<pubDate>Tue, 01 Jul 2008 17:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-diff-released#comment-265590</guid>
		<description>keitha: Yeah its recursive so it will die on really deep JSON structures. Was the JSON you tried really big? I could rewrite it to not be recursive, but I don&#039;t think most people will run into the limit.

AndreasBarthazi: I wrote it because I was sick of manually looking through strings of JSON for the differences. I needed it, I thought others might too.</description>
		<content:encoded><![CDATA[<p>keitha: Yeah its recursive so it will die on really deep JSON structures. Was the JSON you tried really big? I could rewrite it to not be recursive, but I don&#8217;t think most people will run into the limit.</p>
<p>AndreasBarthazi: I wrote it because I was sick of manually looking through strings of JSON for the differences. I needed it, I thought others might too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrasBarthazi</title>
		<link>http://ajaxian.com/archives/json-diff-released/comment-page-1#comment-265575</link>
		<dc:creator>AndrasBarthazi</dc:creator>
		<pubDate>Tue, 01 Jul 2008 10:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-diff-released#comment-265575</guid>
		<description>I like the idea, but what is it practically good for?</description>
		<content:encoded><![CDATA[<p>I like the idea, but what is it practically good for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keitha</title>
		<link>http://ajaxian.com/archives/json-diff-released/comment-page-1#comment-265574</link>
		<dc:creator>keitha</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-diff-released#comment-265574</guid>
		<description>FF2

too much recursion
typeofReal(&quot;v&quot;)jsondiff (line 127)
compareTree(&quot;v&quot;, null, &quot;0&quot;, li)jsondiff (line 53)
compareTree(&quot;v&quot;, null, &quot;0&quot;, li)jsondiff (line 113)
compareTree(&quot;v&quot;, null, &quot;0&quot;, li)jsondiff (line 113)
compareTree(&quot;v&quot;, null, &quot;0&quot;, li)</description>
		<content:encoded><![CDATA[<p>FF2</p>
<p>too much recursion<br />
typeofReal(&#8221;v&#8221;)jsondiff (line 127)<br />
compareTree(&#8221;v&#8221;, null, &#8220;0&#8243;, li)jsondiff (line 53)<br />
compareTree(&#8221;v&#8221;, null, &#8220;0&#8243;, li)jsondiff (line 113)<br />
compareTree(&#8221;v&#8221;, null, &#8220;0&#8243;, li)jsondiff (line 113)<br />
compareTree(&#8221;v&#8221;, null, &#8220;0&#8243;, li)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richtaur</title>
		<link>http://ajaxian.com/archives/json-diff-released/comment-page-1#comment-265569</link>
		<dc:creator>richtaur</dc:creator>
		<pubDate>Tue, 01 Jul 2008 04:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/json-diff-released#comment-265569</guid>
		<description>Not sure why it restricts itself to just JSON, but very handy! Thanks.</description>
		<content:encoded><![CDATA[<p>Not sure why it restricts itself to just JSON, but very handy! Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
