<?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>ForDevs &#187; JSON</title>
	<atom:link href="http://www.fordevs.com/tag/json/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JSON Data types and Example</title>
		<link>http://www.fordevs.com/2009/01/json-data-types-and-example.html</link>
		<comments>http://www.fordevs.com/2009/01/json-data-types-and-example.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/json-data-types-and-example.html</guid>
		<description><![CDATA[The following are the Basic JSON Data types, Number : integer, real, or floating point String : double-quoted Unicode with backslash escaping Boolean : true and false Array : an ordered sequence of values, comma-separated and enclosed in square brackets Object : collection of key:value pairs, comma-separated and enclosed in curly braces null Example &#123; [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/json-data-types-and-example.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is JSON?</title>
		<link>http://www.fordevs.com/2009/01/what-is-json.html</link>
		<comments>http://www.fordevs.com/2009/01/what-is-json.html#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[What-is]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2009/01/what-is-json.html</guid>
		<description><![CDATA[JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition &#8211; December 1999. JSON is a text format that is completely language independent [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/01/what-is-json.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

