<?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>bluelinecity.com &#187; JPath</title>
	<atom:link href="http://bluelinecity.com/category/blog/software/jpath/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluelinecity.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 May 2012 01:25:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A call for JPath</title>
		<link>http://bluelinecity.com/2007/10/11/a-call-for-jpath/</link>
		<comments>http://bluelinecity.com/2007/10/11/a-call-for-jpath/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 14:17:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JPath]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When given a choice of transportable data structures, I pick JSON over XML. I always liked the promises of XML however the amount of processing and external libraries needed to parse XML gives me a headache. Whereas JSON is pretty darn close to programming language&#8217;s native structure so parse time is greatly reduced. Plus, JSON [...]]]></description>
			<content:encoded><![CDATA[<p>When given a choice of transportable data structures, I pick <a href="http://json.org">JSON</a> over <a href="http://www.w3.org/XML/">XML</a>. I always liked the promises of XML however the amount of processing and external libraries needed to parse XML gives me a headache. Whereas JSON is pretty darn close to programming language&#8217;s native structure so parse time is greatly reduced. Plus, JSON files are much smaller than XML.</p>
<p>One thing I did like about XML is the ability to perform advanced queries to data structure using <a href="http://www.w3.org/TR/xpath">XPath</a>. Doing a quick search for an XPath equivalent for JSON turned up nothing so I plan on creating a jPath object to do exactly this.</p>
<p>If anyone knows of a script that can already do this, please shoot me an email at [bryan at bluelinecity dot com]. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2007/10/11/a-call-for-jpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

