<?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>TechBubbles &#187; JSON</title>
	<atom:link href="http://www.techbubbles.com/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techbubbles.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 20:20:42 +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 vs XML</title>
		<link>http://www.techbubbles.com/aspnet/json-vs-xml/</link>
		<comments>http://www.techbubbles.com/aspnet/json-vs-xml/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 15:50:00 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/json-vs-xml/</guid>
		<description><![CDATA[Introduction
This post explains the JSON Advantages over XML. JSON is more compact. Consider the following XML data 


The above example contains three employees information where &#60;empinfo&#62; and &#60;employees&#62; elements help us to understand the overall structure and meaning of the information.
Consider the same information formatted as JSON:

In JSON formatted data closing tags aren’t necessary to [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/json-vs-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSON Fundamentals</title>
		<link>http://www.techbubbles.com/aspnet/json-fundamentals/</link>
		<comments>http://www.techbubbles.com/aspnet/json-fundamentals/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 12:39:19 +0000</pubDate>
		<dc:creator>Kalyan Bandarupalli</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.techbubbles.com/aspnet/json-fundamentals/</guid>
		<description><![CDATA[Introduction
A new data format which is built on JavaScript is called JavaScript Object Notation[JSON]. It is a lightweight data format based on JavaScript syntax. JSON definitions can be included within JavaScript files. This post speaks about basic syntax of JSON.
It is important to understand the specific syntax for array and object literals before we learn [...]]]></description>
		<wfw:commentRss>http://www.techbubbles.com/aspnet/json-fundamentals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

