<?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>How To PHP - PHP Technology, PHP Tutorial, Database Tutorials, CMS System &#187; Json</title>
	<atom:link href="http://www.phpmind.com/blog/category/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpmind.com/blog</link>
	<description>Future of web development</description>
	<lastBuildDate>Tue, 25 Oct 2011 21:38:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>JSON: The 5 minute lesson</title>
		<link>http://www.phpmind.com/blog/2010/07/json-the-5-minute-lesson/</link>
		<comments>http://www.phpmind.com/blog/2010/07/json-the-5-minute-lesson/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 01:48:24 +0000</pubDate>
		<dc:creator>om</dc:creator>
				<category><![CDATA[Json]]></category>

		<guid isPermaLink="false">http://www.phpmind.com/blog/?p=642</guid>
		<description><![CDATA[What is Json ? JSON stand for  JavaScript Object Notation. It is a lightweight text-based open standard designed for human-readable data interchange. It is derived from the JavaScript  programming language for representing simple data structures and associative arrays, called objects. Despite its relationship to JavaScript, it is language-independent, with parsers available for virtually every programming [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Json ?</strong></p>
<p>JSON stand for  JavaScript Object Notation.<br />
It is a lightweight text-based open standard designed for human-readable data interchange.<br />
It is derived from the JavaScript  programming language for representing simple data structures and associative arrays, called objects.<br />
Despite its relationship to JavaScript, it is language-independent, with parsers available for virtually every programming language. The JSON filename extension is .json.</p>
<p>It is easy for humans to read and write. It is easy for machines to parse and generate.</p>
<p><strong>Exmaple:</strong></p>

<div class="wp_codebox_msgheader"><span class="right"></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p642code2'); return false;">View Code</a> JSON</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table width="100%" ><tr id="p6422"><td class="code" id="p642code2"><pre class="json" style="font-family:monospace;">{&quot;skillz&quot;: {
&quot;web&quot;:[
{&quot;name&quot;: &quot;html&quot;,
&quot;years&quot;: &quot;5&quot;
},
{&quot;name&quot;: &quot;css&quot;,
&quot;years&quot;: &quot;3&quot;
}],
&quot;database&quot;:[
{&quot;name&quot;: &quot;sql&quot;,
&quot;years&quot;: &quot;7&quot;
}]
}}</pre></td></tr></table></div>

<p><a href="http://www.phpmind.com/blog/wp-content/uploads/2010/07/json_phpmind.gif"><img class="alignnone size-full wp-image-645" title="json_phpmind" src="http://www.phpmind.com/blog/wp-content/uploads/2010/07/json_phpmind.gif" alt="" width="540" height="382" /></a></p>
<p><strong>Squiggles, Squares, Colons and Commas</strong></p>
<p>1. Squiggly brackets act as &#8216;containers&#8217; { }<br />
2. Square brackets holds arrays [ ]<br />
3. Names and values are separated by a colon. :<br />
4. Array elements are separated by commas. ,</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.phpmind.com%2Fblog%2F2010%2F07%2Fjson-the-5-minute-lesson%2F&amp;title=JSON%3A%20The%205%20minute%20lesson" id="wpa2a_2"><img src="http://www.phpmind.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.phpmind.com/blog/2010/07/json-the-5-minute-lesson/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

