<?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"
	>
<channel>
	<title>Comments on: BSJSONAdditions 1.2</title>
	<atom:link href="http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/</link>
	<description>If I could put reflection under this header, I would.</description>
	<pubDate>Fri, 25 Jul 2008 10:43:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: DavidPhillipOster</title>
		<link>http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-98120</link>
		<dc:creator>DavidPhillipOster</dc:creator>
		<pubDate>Wed, 23 Apr 2008 16:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-98120</guid>
		<description>Found a bug in it though. This showed up in our unit tests, when passing the empty string:

Posting the update here:

In:

- (BOOL)scanJSONValue:(id *)value
{
	BOOL result = NO;
	
	[self scanJSONWhiteSpace];

add:
        if ([self isAtEnd]) {
              return result;
        }</description>
		<content:encoded><![CDATA[<p>Found a bug in it though. This showed up in our unit tests, when passing the empty string:</p>
<p>Posting the update here:</p>
<p>In:</p>
<p>- (BOOL)scanJSONValue:(id *)value<br />
{<br />
	BOOL result = NO;</p>
<p>	[self scanJSONWhiteSpace];</p>
<p>add:<br />
        if ([self isAtEnd]) {<br />
              return result;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Pat</title>
		<link>http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-87178</link>
		<dc:creator>Matt Pat</dc:creator>
		<pubDate>Mon, 08 Oct 2007 03:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-87178</guid>
		<description>Hey Blake, great software! Found a bug in it though, which I emailed you about, but in case the email doesn't get to you I thought I'd post it here so people can fix it themselves if they so wish.

On line 160 of NSScanner BSJSONAdditions.m, the hex character set only includes numbers and uppercase letters-- if you're having problems with Unicode characters not being properly recognized, just add the lowercase "abcdef" to the end of the character set. Problem solved. :)

Thanks again for some awesome software.</description>
		<content:encoded><![CDATA[<p>Hey Blake, great software! Found a bug in it though, which I emailed you about, but in case the email doesn&#8217;t get to you I thought I&#8217;d post it here so people can fix it themselves if they so wish.</p>
<p>On line 160 of NSScanner BSJSONAdditions.m, the hex character set only includes numbers and uppercase letters&#8211; if you&#8217;re having problems with Unicode characters not being properly recognized, just add the lowercase &#8220;abcdef&#8221; to the end of the character set. Problem solved. <img src='http://blakeseely.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks again for some awesome software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-80549</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 28 Jul 2007 23:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-80549</guid>
		<description>Great library Blake. I found this to be incredibly useful. Just wanted to drop by and say thanks.</description>
		<content:encoded><![CDATA[<p>Great library Blake. I found this to be incredibly useful. Just wanted to drop by and say thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blake</title>
		<link>http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-69048</link>
		<dc:creator>blake</dc:creator>
		<pubDate>Thu, 24 May 2007 16:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-69048</guid>
		<description>Some of the older code isn't tagged with a license, but consider it an MIT-style license.</description>
		<content:encoded><![CDATA[<p>Some of the older code isn&#8217;t tagged with a license, but consider it an MIT-style license.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-68983</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 24 May 2007 02:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://blakeseely.com/blog/archives/2006/03/29/bsjsonadditions-12/#comment-68983</guid>
		<description>Under what license are you releasing this? I see no mention in any of your files.

Thanks!</description>
		<content:encoded><![CDATA[<p>Under what license are you releasing this? I see no mention in any of your files.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
