<?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: Generate JSON from VBScript (ASP) datatypes</title>
	<atom:link href="http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/</link>
	<description>hot talk about web development</description>
	<lastBuildDate>Tue, 15 Dec 2009 23:52:27 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11539</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 06 Dec 2009 14:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11539</guid>
		<description>Two things:

 - I found two ASP libraries and couldn&#039;t decide if either had stronger attributes.  Both were very cleanly written and I didn&#039;t choose JSON.asp for any reason I can point to.  There seems to be more forum activity here, so perhaps I made the wrong choice.

If you would like to see the library I&#039;ve got which is fairly well tested now and offers full-duplex JSON on the server-side, let me know how to get it to you or otherwise post the library.

Sam</description>
		<content:encoded><![CDATA[<p>Two things:</p>
<p> &#8211; I found two ASP libraries and couldn&#8217;t decide if either had stronger attributes.  Both were very cleanly written and I didn&#8217;t choose JSON.asp for any reason I can point to.  There seems to be more forum activity here, so perhaps I made the wrong choice.</p>
<p>If you would like to see the library I&#8217;ve got which is fairly well tested now and offers full-duplex JSON on the server-side, let me know how to get it to you or otherwise post the library.</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11511</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Fri, 04 Dec 2009 17:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11511</guid>
		<description>Hi Sam, 

Could you make it public, so we can test (and use ;-)) it?</description>
		<content:encoded><![CDATA[<p>Hi Sam, </p>
<p>Could you make it public, so we can test (and use ;-)) it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11466</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Mon, 23 Nov 2009 03:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11466</guid>
		<description>no, not really</description>
		<content:encoded><![CDATA[<p>no, not really</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11454</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 21 Nov 2009 23:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11454</guid>
		<description>I had to translate json.org&#039;s json_parse.js into VBScript and integrate it into jsCore.

It seems to work but I am still testing.  Is this something I could submit back to you for your inclusion in jsCore?</description>
		<content:encoded><![CDATA[<p>I had to translate json.org&#8217;s json_parse.js into VBScript and integrate it into jsCore.</p>
<p>It seems to work but I am still testing.  Is this something I could submit back to you for your inclusion in jsCore?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11427</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 19 Nov 2009 06:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11427</guid>
		<description>Sam, this class does not provide such functionality. It only generates JSON, but does not parse it.</description>
		<content:encoded><![CDATA[<p>Sam, this class does not provide such functionality. It only generates JSON, but does not parse it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11421</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 18 Nov 2009 21:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11421</guid>
		<description>Where can I find a method to convert a JSON string to an ASP Dictionary object?</description>
		<content:encoded><![CDATA[<p>Where can I find a method to convert a JSON string to an ASP Dictionary object?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hubert</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-11323</link>
		<dc:creator>Hubert</dc:creator>
		<pubDate>Thu, 29 Oct 2009 11:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-11323</guid>
		<description>I like your program very much and use it a lot. I still have one problem: dateformats.
Our MSSQL server is English, our webpages are Dutch. Json returns the MDY format of the server, but is there a way to switch it around to DMY?

Thanks (smile)</description>
		<content:encoded><![CDATA[<p>I like your program very much and use it a lot. I still have one problem: dateformats.<br />
Our MSSQL server is English, our webpages are Dutch. Json returns the MDY format of the server, but is there a way to switch it around to DMY?</p>
<p>Thanks (smile)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakario</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-10872</link>
		<dc:creator>Lakario</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-10872</guid>
		<description>Can you please explain how to get rid of that [] at the beginning of the RecordSet JSON? It&#039;s screwing things up for me royally.

Thanks!</description>
		<content:encoded><![CDATA[<p>Can you please explain how to get rid of that [] at the beginning of the RecordSet JSON? It&#8217;s screwing things up for me royally.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakario</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-10871</link>
		<dc:creator>Lakario</dc:creator>
		<pubDate>Thu, 23 Jul 2009 18:38:30 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-10871</guid>
		<description>@Michal Do you have any advice for handling SQL DateTime types from a result set? My dates are coming back like: &#039;6\u002F1\u002F2009&#039; and I need to convert them to a JavaScript date.

Thanks :)</description>
		<content:encoded><![CDATA[<p>@Michal Do you have any advice for handling SQL DateTime types from a result set? My dates are coming back like: &#8216;6\u002F1\u002F2009&#8242; and I need to convert them to a JavaScript date.</p>
<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanj</title>
		<link>http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/#comment-10717</link>
		<dc:creator>sanj</dc:creator>
		<pubDate>Thu, 25 Jun 2009 17:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://fabiankoehler.de/wdb/2007/04/26/generate-json-from-asp-datatypes/#comment-10717</guid>
		<description>Michal, cool - what a superb utility!</description>
		<content:encoded><![CDATA[<p>Michal, cool &#8211; what a superb utility!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
