<?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: Key Preserving YAJL</title>
	<atom:link href="http://code.davidjanes.com/blog/2010/03/01/key-preserving-yajl/feed/" rel="self" type="application/rss+xml" />
	<link>http://code.davidjanes.com/blog/2010/03/01/key-preserving-yajl/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 07 Aug 2010 21:58:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Janes</title>
		<link>http://code.davidjanes.com/blog/2010/03/01/key-preserving-yajl/comment-page-1/#comment-10215</link>
		<dc:creator>David Janes</dc:creator>
		<pubDate>Mon, 01 Mar 2010 19:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=652#comment-10215</guid>
		<description>It&#039;s an excellent idea, but since I&#039;m compiling this in a library and have to make sure I reduce the external dependencies, I think.</description>
		<content:encoded><![CDATA[<p>It&#8217;s an excellent idea, but since I&#8217;m compiling this in a library and have to make sure I reduce the external dependencies, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Winton</title>
		<link>http://code.davidjanes.com/blog/2010/03/01/key-preserving-yajl/comment-page-1/#comment-10206</link>
		<dc:creator>Blake Winton</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://code.davidjanes.com/blog/?p=652#comment-10206</guid>
		<description>I wonder if having a category on NSString for this would be more useful?

Then you could just do something like:
key_ = [key internedString];
to get the canonical copy of the key.  And you could use it anywhere you thought you might have duplicate strings.  :)

Later,
Blake.</description>
		<content:encoded><![CDATA[<p>I wonder if having a category on NSString for this would be more useful?</p>
<p>Then you could just do something like:<br />
key_ = [key internedString];<br />
to get the canonical copy of the key.  And you could use it anywhere you thought you might have duplicate strings.  :)</p>
<p>Later,<br />
Blake.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
