<?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: Getting groovy with JSON</title>
	<atom:link href="http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/</link>
	<description>Who Spilled the Java Beans?</description>
	<lastBuildDate>Thu, 14 Oct 2010 18:30:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: deniz dizman</title>
		<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/comment-page-1/#comment-329</link>
		<dc:creator>deniz dizman</dc:creator>
		<pubDate>Wed, 09 Sep 2009 12:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jayomega.net/blog/?p=58#comment-329</guid>
		<description>The fix the 0 handling issue, just change

if( ! obj ) return &quot;&quot;;

to 

if( obj == null ) return &quot;&quot;;
</description>
		<content:encoded><![CDATA[<p>The fix the 0 handling issue, just change</p>
<p>if( ! obj ) return &#8220;&#8221;;</p>
<p>to </p>
<p>if( obj == null ) return &#8220;&#8221;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yu_li_yan</title>
		<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/comment-page-1/#comment-49</link>
		<dc:creator>yu_li_yan</dc:creator>
		<pubDate>Thu, 19 Jun 2008 17:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jayomega.net/blog/?p=58#comment-49</guid>
		<description>Haw-Bin, thanks for your comment; yes indeed the example is just a dirty hack, only meant to demonstrate JSON.</description>
		<content:encoded><![CDATA[<p>Haw-Bin, thanks for your comment; yes indeed the example is just a dirty hack, only meant to demonstrate JSON.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haw-Bin Chai</title>
		<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/comment-page-1/#comment-50</link>
		<dc:creator>Haw-Bin Chai</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jayomega.net/blog/?p=58#comment-50</guid>
		<description>Hmm, you might want to add a few unit tests for this outputter. Currently, the numeric value 0 isn&#039;t handled correctly. Also, single quotes are not escaped correctly.</description>
		<content:encoded><![CDATA[<p>Hmm, you might want to add a few unit tests for this outputter. Currently, the numeric value 0 isn&#8217;t handled correctly. Also, single quotes are not escaped correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haw-Bin Chai</title>
		<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/comment-page-1/#comment-51</link>
		<dc:creator>Haw-Bin Chai</dc:creator>
		<pubDate>Wed, 11 Jun 2008 01:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jayomega.net/blog/?p=58#comment-51</guid>
		<description>Thanks for this. BTW, using &quot;copy to clipboard&quot; caused &quot;funky quotes&quot; to be copied over on the last line of code.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this. BTW, using &#8220;copy to clipboard&#8221; caused &#8220;funky quotes&#8221; to be copied over on the last line of code.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yu_li_yan</title>
		<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/comment-page-1/#comment-48</link>
		<dc:creator>yu_li_yan</dc:creator>
		<pubDate>Sun, 08 Jul 2007 17:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jayomega.net/blog/?p=58#comment-48</guid>
		<description>Cool! Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Cool! Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim Voituk</title>
		<link>http://www.iuliandogariu.com/2006/09/getting-groovy-with-json/comment-page-1/#comment-47</link>
		<dc:creator>Vadim Voituk</dc:creator>
		<pubDate>Fri, 06 Jul 2007 07:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jayomega.net/blog/?p=58#comment-47</guid>
		<description>There is another usefull JSON serializer/unserializer library
http://jroller.com/page/aalmiray/?anchor=json_lib_features_for_2</description>
		<content:encoded><![CDATA[<p>There is another usefull JSON serializer/unserializer library<br />
<a href="http://jroller.com/page/aalmiray/?anchor=json_lib_features_for_2" rel="nofollow">http://jroller.com/page/aalmiray/?anchor=json_lib_features_for_2</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

