<?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 serialization for Django improved and simplified</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Thu, 09 Feb 2012 16:48:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Django Tutorials index &#171; Roshan Book</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-445991</link>
		<dc:creator>Django Tutorials index &#171; Roshan Book</dc:creator>
		<pubDate>Wed, 30 Nov 2011 10:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-445991</guid>
		<description>[...]  JSON Serialization in Django [...]</description>
		<content:encoded><![CDATA[<p>[...]  JSON Serialization in Django [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbt fuaba</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-411092</link>
		<dc:creator>mbt fuaba</dc:creator>
		<pubDate>Wed, 21 Jul 2010 14:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-411092</guid>
		<description>Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader.</description>
		<content:encoded><![CDATA[<p>Of course, what a great site and informative posts, I will add backlink – bookmark this site? Regards, Reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfram Kriesing</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-379753</link>
		<dc:creator>Wolfram Kriesing</dc:creator>
		<pubDate>Tue, 28 Apr 2009 11:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-379753</guid>
		<description>@Moritz please find the code here
http://code.google.com/p/dojango/source/browse/trunk/dojango/util/__init__.py#82</description>
		<content:encoded><![CDATA[<p>@Moritz please find the code here<br />
<a href="http://code.google.com/p/dojango/source/browse/trunk/dojango/util/__init__.py#82" rel="nofollow">http://code.google.com/p/dojango/source/browse/trunk/dojango/util/__init__.py#82</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moritz</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-379752</link>
		<dc:creator>Moritz</dc:creator>
		<pubDate>Tue, 28 Apr 2009 11:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-379752</guid>
		<description>Hi Wolfram,

your project sounds nice, though I think, the link to your code example is no longer valid, can you check that, please? I really would like to give it a shot.</description>
		<content:encoded><![CDATA[<p>Hi Wolfram,</p>
<p>your project sounds nice, though I think, the link to your code example is no longer valid, can you check that, please? I really would like to give it a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wolfram</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-364230</link>
		<dc:creator>Wolfram</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-364230</guid>
		<description>@Phiip, what do you mean by "_ant"? Can you point me to the line here please? http://code.google.com/p/dojango/source/browse/trunk/dojango/util/__init__.py#82
thx

Wolfram</description>
		<content:encoded><![CDATA[<p>@Phiip, what do you mean by &#8220;_ant&#8221;? Can you point me to the line here please? <a href="http://code.google.com/p/dojango/source/browse/trunk/dojango/util/__init__.py#82" rel="nofollow">http://code.google.com/p/dojango/source/browse/trunk/dojango/util/__init__.py#82</a><br />
thx</p>
<p>Wolfram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip Roche</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-360999</link>
		<dc:creator>Philip Roche</dc:creator>
		<pubDate>Fri, 20 Feb 2009 09:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-360999</guid>
		<description>Hi,

Excellent work. One thing I would like to add is that the default case for _ant should read ret = str(data). This came up as it was trying to serialize an image field type. There might be a better way but the above worked for me.

Phil</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent work. One thing I would like to add is that the default case for _ant should read ret = str(data). This came up as it was trying to serialize an image field type. There might be a better way but the above worked for me.</p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kun Xi</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-350150</link>
		<dc:creator>Kun Xi</dc:creator>
		<pubDate>Tue, 06 Jan 2009 13:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-350150</guid>
		<description>Thanks a lot for sharing the code. It is quite inspring.

I still consider the the XML serializer and JSON serializer targets to serialization, so the serializer should guarantee the data integration in the round trip. If you need another way to represent your data, customize a serializer is almost inevitable.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for sharing the code. It is quite inspring.</p>
<p>I still consider the the XML serializer and JSON serializer targets to serialization, so the serializer should guarantee the data integration in the round trip. If you need another way to represent your data, customize a serializer is almost inevitable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bunthidj</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-305610</link>
		<dc:creator>bunthidj</dc:creator>
		<pubDate>Mon, 06 Oct 2008 19:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-305610</guid>
		<description>good works :)
Thank you</description>
		<content:encoded><![CDATA[<p>good works <img src='http://wolfram.kriesing.de/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-274494</link>
		<dc:creator>Kelvin</dc:creator>
		<pubDate>Fri, 22 Aug 2008 20:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-274494</guid>
		<description>Thanks man.
This is much better than the serialization that is offered by django, the exclusion of all the clutter info is a real big plus. And for guy like us whose frontend are ExtJS grid panels, this script of your is a miracle worker. And how nice of you to give a very important and familiar name (json_encode), am just coming from php and coz of you the world of (py/django) doesn't seem to be so alien. Thanks again for the good work.</description>
		<content:encoded><![CDATA[<p>Thanks man.<br />
This is much better than the serialization that is offered by django, the exclusion of all the clutter info is a real big plus. And for guy like us whose frontend are ExtJS grid panels, this script of your is a miracle worker. And how nice of you to give a very important and familiar name (json_encode), am just coming from php and coz of you the world of (py/django) doesn&#8217;t seem to be so alien. Thanks again for the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandro Fernandes</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django/comment-page-1#comment-224406</link>
		<dc:creator>Sandro Fernandes</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json-serialization-for-django#comment-224406</guid>
		<description>Nice Job ! Really useful !</description>
		<content:encoded><![CDATA[<p>Nice Job ! Really useful !</p>
]]></content:encoded>
	</item>
</channel>
</rss>

