<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JSON Requests and Responses</title>
	<atom:link href="http://blog.insicdesigns.com/2008/10/json-requests-and-responses/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.insicdesigns.com/2008/10/json-requests-and-responses/</link>
	<description>Web Development and Design Blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Olivier</title>
		<link>http://blog.insicdesigns.com/2008/10/json-requests-and-responses/#comment-2439</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 07 Apr 2009 19:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=308#comment-2439</guid>
		<description>Don&#039;t forget also to check the magic quotes and then accurately stipslashes from the json object sent by the client to the server...</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget also to check the magic quotes and then accurately stipslashes from the json object sent by the client to the server&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bruce</title>
		<link>http://blog.insicdesigns.com/2008/10/json-requests-and-responses/#comment-657</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Mon, 22 Dec 2008 19:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.insicdesigns.com/?p=308#comment-657</guid>
		<description>if you are running php5, no libraries are needed

echo json_encode($obj);
  or
echo json_encode(array()); 

etc...

and the reverse

$var = json_decode($_POST[&#039;data&#039;]);</description>
		<content:encoded><![CDATA[<p>if you are running php5, no libraries are needed</p>
<p>echo json_encode($obj);<br />
  or<br />
echo json_encode(array()); </p>
<p>etc&#8230;</p>
<p>and the reverse</p>
<p>$var = json_decode($_POST['data']);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

