<?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>Rachel's Blog &#187; JSON</title>
	<atom:link href="http://www.willmer.com/kb/category/websites/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willmer.com/kb</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 14:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Don&#8217;t use eval() for reading JSON from untrusted sites</title>
		<link>http://www.willmer.com/kb/2006/11/dont-use-eval-for-reading-json-from-untrusted-sites/</link>
		<comments>http://www.willmer.com/kb/2006/11/dont-use-eval-for-reading-json-from-untrusted-sites/#comments</comments>
		<pubDate>Wed, 01 Nov 2006 16:25:36 +0000</pubDate>
		<dc:creator>site admin</dc:creator>
				<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://www.willmer.com/kb/2006/11/dont-use-eval-for-reading-json-from-untrusted-sites/</guid>
		<description><![CDATA[Use a JSON parser instead, like this one at http://www.json.org/json.js/ Why? it protects you against malicious servers feeding you bad bad code&#8230;]]></description>
			<content:encoded><![CDATA[<p>Use a JSON parser instead, like this one at <a title="JSON Parser" href="http://www.json.org/json.js">http://www.json.org/json.js/</a></p>
<p>Why? it protects you against malicious servers feeding you bad bad code&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willmer.com/kb/2006/11/dont-use-eval-for-reading-json-from-untrusted-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

