<?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: Fixing an omission from Django&#8217;s simplejson: iterators, generators, functors and closures</title>
	<atom:link href="http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/</link>
	<description>Done, and gets things smart.</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:39:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Elf Sternberg</title>
		<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/comment-page-1/#comment-2895</link>
		<dc:creator>Elf Sternberg</dc:creator>
		<pubDate>Wed, 22 Sep 2010 16:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=186#comment-2895</guid>
		<description>I really couldn&#039;t tell you; it appears that you&#039;re passing the object you want encoded to the ExtJsonEncoder incorrectly.  Are you doing anything odd like using an asterisk to pass values?</description>
		<content:encoded><![CDATA[<p>I really couldn&#8217;t tell you; it appears that you&#8217;re passing the object you want encoded to the ExtJsonEncoder incorrectly.  Are you doing anything odd like using an asterisk to pass values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogério Carrasqueira</title>
		<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/comment-page-1/#comment-2892</link>
		<dc:creator>Rogério Carrasqueira</dc:creator>
		<pubDate>Mon, 20 Sep 2010 22:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=186#comment-2892</guid>
		<description>Hi! I&#039;m trying to implement your code on my application, putting ExtJsonEnconder and json on my utils file and treetojson at my views.py and I&#039;m getting this error:

__init__() got an unexpected keyword argument &#039;use_decimal&#039;

Do you have any idea what is happening?

Cheers

Rogério</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m trying to implement your code on my application, putting ExtJsonEnconder and json on my utils file and treetojson at my views.py and I&#8217;m getting this error:</p>
<p>__init__() got an unexpected keyword argument &#8216;use_decimal&#8217;</p>
<p>Do you have any idea what is happening?</p>
<p>Cheers</p>
<p>Rogério</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elf Sternberg</title>
		<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/comment-page-1/#comment-180</link>
		<dc:creator>Elf Sternberg</dc:creator>
		<pubDate>Thu, 21 May 2009 01:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=186#comment-180</guid>
		<description>Thanks, fixed it.  Dammit, I know I fixed that in the test code, too, so how it wound up in the post... &lt;i&gt;Sigh&lt;/i&gt;.  So annoying.</description>
		<content:encoded><![CDATA[<p>Thanks, fixed it.  Dammit, I know I fixed that in the test code, too, so how it wound up in the post&#8230; <i>Sigh</i>.  So annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Gales</title>
		<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/comment-page-1/#comment-179</link>
		<dc:creator>Jon Gales</dc:creator>
		<pubDate>Thu, 21 May 2009 00:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=186#comment-179</guid>
		<description>No biggy :). Also it looks like you have a typo:

{&#039;cls&#039;, ExtJsonEncoder}

That&#039;s invalid, it should be a colon like so:

{&#039;cls&#039;: ExtJsonEncoder}

Otherwise it works like a charm.</description>
		<content:encoded><![CDATA[<p>No biggy <img src='http://www.elfsternberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Also it looks like you have a typo:</p>
<p>{&#8216;cls&#8217;, ExtJsonEncoder}</p>
<p>That&#8217;s invalid, it should be a colon like so:</p>
<p>{&#8216;cls&#8217;: ExtJsonEncoder}</p>
<p>Otherwise it works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elf Sternberg</title>
		<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/comment-page-1/#comment-178</link>
		<dc:creator>Elf Sternberg</dc:creator>
		<pubDate>Wed, 20 May 2009 21:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=186#comment-178</guid>
		<description>That&#039;s true.  Someone else commented on that on my personal blog, and I pointed out that this technique works with Pylons and Webware just as readily.  It&#039;s just that I was doing this in a Django-ish context.  I should amend it to mention that this works with any implementation of simplejson.</description>
		<content:encoded><![CDATA[<p>That&#8217;s true.  Someone else commented on that on my personal blog, and I pointed out that this technique works with Pylons and Webware just as readily.  It&#8217;s just that I was doing this in a Django-ish context.  I should amend it to mention that this works with any implementation of simplejson.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Gales</title>
		<link>http://www.elfsternberg.com/2009/05/20/fixing-an-omission-from-djangos-simplejson-iterators-generators-functors-and-closures/comment-page-1/#comment-177</link>
		<dc:creator>Jon Gales</dc:creator>
		<pubDate>Wed, 20 May 2009 21:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.elfsternberg.com/?p=186#comment-177</guid>
		<description>While this is very handy (I just had to do the same thing last week), it&#039;s inaccurate to call it &quot;Django&#039;s simplejson&quot;. simplejson is a third party library that just happens to be included in Django since it&#039;s full stack and tries to bundle all the dependencies. 

http://code.google.com/p/simplejson/</description>
		<content:encoded><![CDATA[<p>While this is very handy (I just had to do the same thing last week), it&#8217;s inaccurate to call it &#8220;Django&#8217;s simplejson&#8221;. simplejson is a third party library that just happens to be included in Django since it&#8217;s full stack and tries to bundle all the dependencies. </p>
<p><a href="http://code.google.com/p/simplejson/" rel="nofollow">http://code.google.com/p/simplejson/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

