<?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 in Haskell</title>
	<atom:link href="http://therning.org/magnus/archives/719/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus/archives/719</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Wed, 08 Aug 2012 00:21:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: therning.org/ magnus &#187; Blog Archive &#187; Revisiting JSON in Haskell</title>
		<link>http://therning.org/magnus/archives/719/comment-page-1#comment-216348</link>
		<dc:creator>therning.org/ magnus &#187; Blog Archive &#187; Revisiting JSON in Haskell</dc:creator>
		<pubDate>Sun, 01 May 2011 19:43:34 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=719#comment-216348</guid>
		<description><![CDATA[&lt;p&gt;[...] just received an email with some praise for my earlier post on JSON in Haskell&#8211;it&#8217;s always nice to receive some praise  However, the sender also mentioned that the [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] just received an email with some praise for my earlier post on JSON in Haskell&#8211;it&#8217;s always nice to receive some praise  However, the sender also mentioned that the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple math and JSON in Haskell &#8211; (SDL game series part 4) &#124; Animal-Machine.Com</title>
		<link>http://therning.org/magnus/archives/719/comment-page-1#comment-201325</link>
		<dc:creator>Simple math and JSON in Haskell &#8211; (SDL game series part 4) &#124; Animal-Machine.Com</dc:creator>
		<pubDate>Thu, 22 Jul 2010 21:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=719#comment-201325</guid>
		<description><![CDATA[&lt;p&gt;[...] the Text.JSON module is fairly easy. As shown in Magnus&#8217;s blog, the boilerplate code can be generated automatically if all that needs to be done is encoding the [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[...] the Text.JSON module is fairly easy. As shown in Magnus&#8217;s blog, the boilerplate code can be generated automatically if all that needs to be done is encoding the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liyang HU</title>
		<link>http://therning.org/magnus/archives/719/comment-page-1#comment-186554</link>
		<dc:creator>Liyang HU</dc:creator>
		<pubDate>Mon, 17 Aug 2009 13:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=719#comment-186554</guid>
		<description><![CDATA[&lt;p&gt;Since when did anyone use JSON for speed-critical data-intensive applications?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Since when did anyone use JSON for speed-critical data-intensive applications?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: solrize</title>
		<link>http://therning.org/magnus/archives/719/comment-page-1#comment-186529</link>
		<dc:creator>solrize</dc:creator>
		<pubDate>Mon, 17 Aug 2009 01:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=719#comment-186529</guid>
		<description><![CDATA[&lt;p&gt;Haskell could really use a fast Json parser like Python&#039;s json module (which wraps a C library that does the actual parsing).  But that SYB-based module does look pretty easy to use.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Haskell could really use a fast Json parser like Python&#8217;s json module (which wraps a C library that does the actual parsing).  But that SYB-based module does look pretty easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Desyatov</title>
		<link>http://therning.org/magnus/archives/719/comment-page-1#comment-186526</link>
		<dc:creator>Max Desyatov</dc:creator>
		<pubDate>Sun, 16 Aug 2009 23:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://therning.org/magnus/?p=719#comment-186526</guid>
		<description><![CDATA[&lt;p&gt;&lt;code&gt;readJSON (JSObject obj) = GlossEntry &lt;$&gt; f &quot;ID&quot; &lt;*&gt; f &quot;SortAs&quot; &lt;*&gt; f &quot;GlossDef&quot;
      where f x = mLookup x jsonObjAssoc &gt;&gt;= readJSON&lt;/code&gt;&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p><code>readJSON (JSObject obj) = GlossEntry &lt;$&gt; f "ID" &lt;*&gt; f "SortAs" &lt;*&gt; f "GlossDef"
      where f x = mLookup x jsonObjAssoc &gt;&gt;= readJSON</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
