<?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: Undefined json_encode function?</title>
	<atom:link href="http://www.tyleringram.com/blog/undefined-json_encode-function/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tyleringram.com/blog/undefined-json_encode-function</link>
	<description>Miscellanious Ramblings of a Web Developer in the Metro Vancouver area. Technology, Web Development, Photography, Computers and Outdoor Activities</description>
	<lastBuildDate>Fri, 30 Jul 2010 05:10:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tyler Ingram</title>
		<link>http://www.tyleringram.com/blog/undefined-json_encode-function/comment-page-1#comment-2136</link>
		<dc:creator>Tyler Ingram</dc:creator>
		<pubDate>Fri, 25 Apr 2008 18:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=373#comment-2136</guid>
		<description>Kenny - Thanks for explaining it a little better. I&#039;m fairly new to the whole ajax idea and any information I can get my hands on the better.</description>
		<content:encoded><![CDATA[<p>Kenny &#8211; Thanks for explaining it a little better. I&#8217;m fairly new to the whole ajax idea and any information I can get my hands on the better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny</title>
		<link>http://www.tyleringram.com/blog/undefined-json_encode-function/comment-page-1#comment-2133</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Fri, 25 Apr 2008 17:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.tyleringram.com/?p=373#comment-2133</guid>
		<description>Other JSON outputting classes/functions are probably able to output JSON for generic types. Your example gets the job done for the most part (assuming you&#039;re always working with a mysql resource) but if you&#039;re working with objects and you want to return an object as a JSON response, more functionality would be required to inspect the members of your object to come up with the proper JSON. 

This is something that the json_encode method in PHP 5.2 can do.</description>
		<content:encoded><![CDATA[<p>Other JSON outputting classes/functions are probably able to output JSON for generic types. Your example gets the job done for the most part (assuming you&#8217;re always working with a mysql resource) but if you&#8217;re working with objects and you want to return an object as a JSON response, more functionality would be required to inspect the members of your object to come up with the proper JSON. </p>
<p>This is something that the json_encode method in PHP 5.2 can do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
