<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mac Developer Tips &#187; Framework-Library</title>
	<atom:link href="http://MacDeveloperTips.com/category/framework-library/feed" rel="self" type="application/rss+xml" />
	<link>http://MacDeveloperTips.com</link>
	<description>Tips, tools and code for iPhone and Mac developers.</description>
	<lastBuildDate>Thu, 12 Aug 2010 23:45:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JSON Framework</title>
		<link>http://MacDeveloperTips.com/framework-library/json-framework.html</link>
		<comments>http://MacDeveloperTips.com/framework-library/json-framework.html#comments</comments>
		<pubDate>Mon, 13 Oct 2008 16:32:55 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Framework-Library]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://MacDeveloperTips.com/?p=254</guid>
		<description><![CDATA[If you&#8217;ve found a need to work with JSON (including with the iPhone), I want to point you to an excellent Google code project: http://code.google.com/p/json-framework/. The author of this framework can be found here. This framework implements a strict JSON parser and generator in Objective-C. It&#8217;s easy to work with and can be used across [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve found a need to work with JSON (including with the iPhone), I want to point you to an excellent Google code project: <a href="http://code.google.com/p/json-framework/" target="_blank">http://code.google.com/p/json-framework/</a>. The author of this framework can be found <a href="http://devblog.brautaset.org/" target="_blank">here</a>.</p>
<p>This framework implements a strict JSON parser and generator in Objective-C. It&#8217;s easy to work with and can be used across any number of projects with ease.<br />
<span id="more-254"></span></p>
<p>To use this framework it was pretty straightforward to get things in place, copy the included &#8220;SDKs&#8221; folder onto your local system (into ~/Library/SDKs). From within a project, modify the target build options to point to the SDK and add a link option to include the necessary library into the build.</p>
<p>From this point forward, the SDK is now available for use within any project, simply update the build settings and you are good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://MacDeveloperTips.com/framework-library/json-framework.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

