<?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: Readable JavaScript Values</title>
	<atom:link href="http://osteele.com/archives/2006/03/readable-javascript-values/feed" rel="self" type="application/rss+xml" />
	<link>http://osteele.com/archives/2006/03/readable-javascript-values</link>
	<description>Languages of the real and artificial.</description>
	<lastBuildDate>Thu, 12 Feb 2009 00:20:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Vijay Santhanam</title>
		<link>http://osteele.com/archives/2006/03/readable-javascript-values/comment-page-1#comment-268</link>
		<dc:creator>Vijay Santhanam</dc:creator>
		<pubDate>Thu, 27 Sep 2007 13:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2006/03/03/readable-javascript-values#comment-268</guid>
		<description>I think your constructor checks in Readable.toReadable(value,options) for Regexp, String etc should also include Date to use the native toString() date stringifier.</description>
		<content:encoded><![CDATA[<p>I think your constructor checks in Readable.toReadable(value,options) for Regexp, String etc should also include Date to use the native toString() date stringifier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Santhanam</title>
		<link>http://osteele.com/archives/2006/03/readable-javascript-values/comment-page-1#comment-267</link>
		<dc:creator>Vijay Santhanam</dc:creator>
		<pubDate>Thu, 20 Sep 2007 17:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2006/03/03/readable-javascript-values#comment-267</guid>
		<description>Nope, not sure what i was witnessing, but new String(value) is wrong too. String(value) is now working for me. Readable.toReadable(null) returns a string now</description>
		<content:encoded><![CDATA[<p>Nope, not sure what i was witnessing, but new String(value) is wrong too. String(value) is now working for me. Readable.toReadable(null) returns a string now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Santhanam</title>
		<link>http://osteele.com/archives/2006/03/readable-javascript-values/comment-page-1#comment-266</link>
		<dc:creator>Vijay Santhanam</dc:creator>
		<pubDate>Thu, 20 Sep 2007 17:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2006/03/03/readable-javascript-values#comment-266</guid>
		<description>Thanks Oliver. This is very handy.

I&#039;m starting to code thicker clients with javascript and I&#039;ve been looking for cool debugging tools like this.

Is it okay if I try merging this with jquery.debug?
http://jquery.glyphix.com/

Also, I believe the first check for null and undefined in Readable.toReadable(value,options) should return a &quot;new String(value)&quot; and not &quot;String(value)&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks Oliver. This is very handy.</p>
<p>I&#8217;m starting to code thicker clients with javascript and I&#8217;ve been looking for cool debugging tools like this.</p>
<p>Is it okay if I try merging this with jquery.debug?<br />
<a href="http://jquery.glyphix.com/">http://jquery.glyphix.com/</a></p>
<p>Also, I believe the first check for null and undefined in Readable.toReadable(value,options) should return a &#8220;new String(value)&#8221; and not &#8220;String(value)&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Thomas</title>
		<link>http://osteele.com/archives/2006/03/readable-javascript-values/comment-page-1#comment-265</link>
		<dc:creator>Rick Thomas</dc:creator>
		<pubDate>Thu, 25 May 2006 03:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2006/03/03/readable-javascript-values#comment-265</guid>
		<description>Thanks, Oliver.
This is a much needed tool that saved the day today and I&#039;m sure on many future days.
Good work! Now to spread the word.</description>
		<content:encoded><![CDATA[<p>Thanks, Oliver.<br />
This is a much needed tool that saved the day today and I&#8217;m sure on many future days.<br />
Good work! Now to spread the word.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://osteele.com/archives/2006/03/readable-javascript-values/comment-page-1#comment-264</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Thu, 09 Mar 2006 02:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2006/03/03/readable-javascript-values#comment-264</guid>
		<description>Good question.  In brief, JSON output is intended for consumption by computers and by libraries written in other languages, and Readable output is intended for humans.  This has all sorts of repercussions such as whether RegExps, null, undefined, and NaN are represented; whether representations can be limited in length or depth, and so on.  For a longer answer, see the bottom of the docs http://osteele.com/sources/javascript/docs/readable, where I&#039;ve just added a list of differences.</description>
		<content:encoded><![CDATA[<p>Good question.  In brief, JSON output is intended for consumption by computers and by libraries written in other languages, and Readable output is intended for humans.  This has all sorts of repercussions such as whether RegExps, null, undefined, and NaN are represented; whether representations can be limited in length or depth, and so on.  For a longer answer, see the bottom of the docs <a href="http://osteele.com/sources/javascript/docs/readable">http://osteele.com/sources/javascript/docs/readable</a>, where I&#8217;ve just added a list of differences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asger Ottar Alstrup</title>
		<link>http://osteele.com/archives/2006/03/readable-javascript-values/comment-page-1#comment-263</link>
		<dc:creator>Asger Ottar Alstrup</dc:creator>
		<pubDate>Wed, 08 Mar 2006 12:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://osteele.com/2006/03/03/readable-javascript-values#comment-263</guid>
		<description>How does this compare to JSON?</description>
		<content:encoded><![CDATA[<p>How does this compare to JSON?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

