<?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>frencaze &#187; source</title>
	<atom:link href="http://blog.frencaze.com/category/source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.frencaze.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Mar 2010 05:20:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Releasing DJParser, a simple Objective-C JSON parser</title>
		<link>http://blog.frencaze.com/2010/01/releasing-djparser-an-simple-objective-c-json-parser/</link>
		<comments>http://blog.frencaze.com/2010/01/releasing-djparser-an-simple-objective-c-json-parser/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 01:15:19 +0000</pubDate>
		<dc:creator>Jerome Poichet</dc:creator>
				<category><![CDATA[Cocoa]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://blog.frencaze.com/?p=91</guid>
		<description><![CDATA[After going through the pain of trying to integrate other JSON parsers with my different iPhone projects, I realized it is a fairly annoying task. It&#8217;s not impossible and I eventually got it to work, but when I do quick prototype applications, I really don&#8217;t want to go through that pain.
So to solve that problem [...]]]></description>
			<content:encoded><![CDATA[<p>After going through the pain of trying to integrate other JSON parsers with my different iPhone projects, I realized it is a fairly annoying task. It&#8217;s not impossible and I eventually got it to work, but when I do quick prototype applications, I really don&#8217;t want to go through that pain.</p>
<p>So to solve that problem I created a pure Objective-C JSON parser, it is self-contained, and uses NSScanner only. It should work for Cocoa on the Mac and on the iPhone as well. Basically just drop the 2 files into your project and you can start parsing JSON.</p>
<p>This probably shouldn&#8217;t be used in a &#8220;big&#8221; project, though for small payloads I&#8217;m sure it can just do fine. It was really not designed to be performant or optimized, just functional and easy to drop in any project.</p>
<p>It is <a href="http://github.com/poitch/DJParser">hosted</a> on GitHub, and the license is basically free of use, you can give me attribution if you want to, but I&#8217;m not expecting this to be used in actual released applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.frencaze.com/2010/01/releasing-djparser-an-simple-objective-c-json-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
