<?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: Creating a JSON-RPC service using Zend Json Server</title>
	<atom:link href="http://sourcecodebean.com/archives/creating-a-json-rpc-service-using-zend-json-server/422/feed" rel="self" type="application/rss+xml" />
	<link>http://sourcecodebean.com/archives/creating-a-json-rpc-service-using-zend-json-server/422</link>
	<description>giving you tricks and tips of good coding</description>
	<lastBuildDate>Wed, 16 Jun 2010 12:45:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Creating a JSON-RPC server with Zend Framework</title>
		<link>http://sourcecodebean.com/archives/creating-a-json-rpc-service-using-zend-json-server/422/comment-page-1#comment-3916</link>
		<dc:creator>Creating a JSON-RPC server with Zend Framework</dc:creator>
		<pubDate>Fri, 21 May 2010 02:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=422#comment-3916</guid>
		<description>[...] found this blog very helpful in figuring out how to do this. The first step is to create a new bootstrap file. I [...]</description>
		<content:encoded><![CDATA[<p>[...] found this blog very helpful in figuring out how to do this. The first step is to create a new bootstrap file. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: udara</title>
		<link>http://sourcecodebean.com/archives/creating-a-json-rpc-service-using-zend-json-server/422/comment-page-1#comment-3711</link>
		<dc:creator>udara</dc:creator>
		<pubDate>Mon, 03 May 2010 03:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://sourcecodebean.com/?p=422#comment-3711</guid>
		<description>test.add(1,1)[&#039;result&#039;],in this code u send two integer arguments to add() method.How to send a complicated object as a argument.
i mean 
var ob=new Object();
ob.name=&quot;udara&quot;;
how can i send ob as a argument.
for the momnet im doing JSON.stringify(ob) andsent json string as a argument.</description>
		<content:encoded><![CDATA[<p>test.add(1,1)['result'],in this code u send two integer arguments to add() method.How to send a complicated object as a argument.<br />
i mean<br />
var ob=new Object();<br />
ob.name=&#8221;udara&#8221;;<br />
how can i send ob as a argument.<br />
for the momnet im doing JSON.stringify(ob) andsent json string as a argument.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
