<?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_encode() updated</title>
	<atom:link href="http://wolfram.kriesing.de/blog/index.php/2007/json_encode-updated/feed" rel="self" type="application/rss+xml" />
	<link>http://wolfram.kriesing.de/blog/index.php/2007/json_encode-updated</link>
	<description>all the other blogs have such cool names, I don't know one ...</description>
	<pubDate>Wed, 08 Sep 2010 09:35:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ell Bee</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json_encode-updated/comment-page-1#comment-254114</link>
		<dc:creator>Ell Bee</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json_encode-updated#comment-254114</guid>
		<description>I\'m a newbie in Python and Django. I have some problem serializing some data in decimal format. I\'d like to try the json_encode you posted, but I\'m not sure where I can fit it into. Will I be able to use your code at the Django\'s shell prompt?
Thanks,</description>
		<content:encoded><![CDATA[<p>I\&#8217;m a newbie in Python and Django. I have some problem serializing some data in decimal format. I\&#8217;d like to try the json_encode you posted, but I\&#8217;m not sure where I can fit it into. Will I be able to use your code at the Django\&#8217;s shell prompt?<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zyegfryed</title>
		<link>http://wolfram.kriesing.de/blog/index.php/2007/json_encode-updated/comment-page-1#comment-174808</link>
		<dc:creator>zyegfryed</dc:creator>
		<pubDate>Fri, 18 Apr 2008 10:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://wolfram.kriesing.de/blog/index.php/2007/json_encode-updated#comment-174808</guid>
		<description>Hi Wolfram,
First, thank a lot for your contribution, that helps me a lot.
I'm experimenting a problem with Decimal values, on python 2.5.1. I've got a "global name 'Decimal' is not defined" when tryinh to encode my data, that contains, as you can expect, some Decimal values.
The workaround i find is to put this import statement at the top of your file :
from decimal import Decimal
Then, everything is fine !</description>
		<content:encoded><![CDATA[<p>Hi Wolfram,<br />
First, thank a lot for your contribution, that helps me a lot.<br />
I&#8217;m experimenting a problem with Decimal values, on python 2.5.1. I&#8217;ve got a &#8220;global name &#8216;Decimal&#8217; is not defined&#8221; when tryinh to encode my data, that contains, as you can expect, some Decimal values.<br />
The workaround i find is to put this import statement at the top of your file :<br />
from decimal import Decimal<br />
Then, everything is fine !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
