<?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: A Custom Converter for Json.NET</title>
	<atom:link href="http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/</link>
	<description></description>
	<lastBuildDate>Tue, 02 Apr 2013 20:36:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Ray Houston</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-12</link>
		<dc:creator>Ray Houston</dc:creator>
		<pubDate>Thu, 31 Jul 2008 12:07:15 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-12</guid>
		<description>@Jim - No, I haven&#039;t tried JSON.NET 2.0 yet.</description>
		<content:encoded><![CDATA[<p>@Jim &#8211; No, I haven&#8217;t tried JSON.NET 2.0 yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Bent</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-11</link>
		<dc:creator>Jim Bent</dc:creator>
		<pubDate>Thu, 31 Jul 2008 04:42:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-11</guid>
		<description>Thank you for sharing such a good thing.
I am also playing JSON.NET1.3 for ajax grid data feed, but I can&#039;t get it work.  Are you using JSON.NET2.0?</description>
		<content:encoded><![CDATA[<p>Thank you for sharing such a good thing.<br />
I am also playing JSON.NET1.3 for ajax grid data feed, but I can&#8217;t get it work.  Are you using JSON.NET2.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Brownlee</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-10</link>
		<dc:creator>Jay Brownlee</dc:creator>
		<pubDate>Fri, 07 Mar 2008 13:42:57 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-10</guid>
		<description>@Chad: I&#039;d like to see that JScript.NET code for doing JSON [de]serialization. When (if) you get some time away from your new job can you post it? </description>
		<content:encoded><![CDATA[<p>@Chad: I&#8217;d like to see that JScript.NET code for doing JSON [de]serialization. When (if) you get some time away from your new job can you post it? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Myers</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-9</link>
		<dc:creator>Chad Myers</dc:creator>
		<pubDate>Wed, 27 Feb 2008 15:40:30 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-9</guid>
		<description>@Ray: Yes, JScript.NET doesn&#039;t appear to have been touched in .NET 3.5 (since 3.5 is mostly C#/VB compiler extensions + libs, no CLR/CLI changes). 

I&#039;m workin&#039; on getting the code packaged up</description>
		<content:encoded><![CDATA[<p>@Ray: Yes, JScript.NET doesn&#8217;t appear to have been touched in .NET 3.5 (since 3.5 is mostly C#/VB compiler extensions + libs, no CLR/CLI changes). </p>
<p>I&#8217;m workin&#8217; on getting the code packaged up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Houston</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-8</link>
		<dc:creator>Ray Houston</dc:creator>
		<pubDate>Wed, 27 Feb 2008 12:11:38 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-8</guid>
		<description>@Chad - really? Can you post some code? Does it run in 2.0?</description>
		<content:encoded><![CDATA[<p>@Chad &#8211; really? Can you post some code? Does it run in 2.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Myers</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-7</link>
		<dc:creator>Chad Myers</dc:creator>
		<pubDate>Wed, 27 Feb 2008 02:52:48 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-7</guid>
		<description>@Ray:

Try those first. If you don&#039;t have luck, I wrote a quick and dirty test using JScript.NET (Yes, trust me, it rocks -- just a few lines to do JSON [de]serialization) and it was at least twice as fast as that code you posted.</description>
		<content:encoded><![CDATA[<p>@Ray:</p>
<p>Try those first. If you don&#8217;t have luck, I wrote a quick and dirty test using JScript.NET (Yes, trust me, it rocks &#8212; just a few lines to do JSON [de]serialization) and it was at least twice as fast as that code you posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Houston</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-6</link>
		<dc:creator>Ray Houston</dc:creator>
		<pubDate>Tue, 26 Feb 2008 23:56:33 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-6</guid>
		<description>@Scott - thanks for the heads up! I&#039;ll try the DataContractJsonSerializer in the future. Right now, our project is still in 2.0, but we will be moving to 3.5 soon. I was using the serializer in ASP.NET AJAX for 2.0 with web services, but I needed a different way to handle errors because Flex wasn&#039;t playing nice. Since I&#039;m not using ASP.NET web services anymore, I thought I&#039;d try a lib that just had what I need in it.</description>
		<content:encoded><![CDATA[<p>@Scott &#8211; thanks for the heads up! I&#8217;ll try the DataContractJsonSerializer in the future. Right now, our project is still in 2.0, but we will be moving to 3.5 soon. I was using the serializer in ASP.NET AJAX for 2.0 with web services, but I needed a different way to handle errors because Flex wasn&#8217;t playing nice. Since I&#8217;m not using ASP.NET web services anymore, I thought I&#8217;d try a lib that just had what I need in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://lostechies.com/rayhouston/2008/02/26/a-custom-converter-for-json-net/#comment-5</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 26 Feb 2008 23:03:04 +0000</pubDate>
		<guid isPermaLink="false">/blogs/rhouston/archive/2008/02/25/a-custom-converter-for-json-net.aspx#comment-5</guid>
		<description>Hi Ray,

The .NET framework has two separate classes for serializing/deserializing Javascript objects. Have you tried either of those?

System.Web.Script.Serialization.JavaScriptSerializer
http://msdn2.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx
It&#039;s marked as &quot;obsolete&quot;, but I&#039;ve heard rumors that it isn&#039;t going anywhere in the framework.

System.Runtime.Serialization.Json.DataContractJsonSerializer
http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json.aspx

DataContractJsonSerializer is part of the Indigo/WCF namespace.</description>
		<content:encoded><![CDATA[<p>Hi Ray,</p>
<p>The .NET framework has two separate classes for serializing/deserializing Javascript objects. Have you tried either of those?</p>
<p>System.Web.Script.Serialization.JavaScriptSerializer<br />
<a href="http://msdn2.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx</a><br />
It&#8217;s marked as &#8220;obsolete&#8221;, but I&#8217;ve heard rumors that it isn&#8217;t going anywhere in the framework.</p>
<p>System.Runtime.Serialization.Json.DataContractJsonSerializer<br />
<a href="http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json.aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/system.runtime.serialization.json.aspx</a></p>
<p>DataContractJsonSerializer is part of the Indigo/WCF namespace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
