<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/javascript/tags/json</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 08:59:47 GMT</pubDate>
<item>
<title>(JavaScript) Params to JSON - chrisaiv</title>
<link>http://snipplr.com/view/5598/params-to-json/</link>
<description><![CDATA[ <p>I found this neat little utility that will convert an array into JSON</p> ]]></description>
<pubDate>Fri, 28 Mar 2008 13:57:15 GMT</pubDate>
<guid>http://snipplr.com/view/5598/params-to-json/</guid>
</item>
<item>
<title>(JavaScript) ParseJSON Simplified - ecavazos</title>
<link>http://snipplr.com/view/4769/parsejson-simplified/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 24 Jan 2008 12:39:22 GMT</pubDate>
<guid>http://snipplr.com/view/4769/parsejson-simplified/</guid>
</item>
<item>
<title>(JavaScript) Simple ajax request with prototype and json - arcturus</title>
<link>http://snipplr.com/view/4126/simple-ajax-request-with-prototype-and-json/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 Nov 2007 10:24:54 GMT</pubDate>
<guid>http://snipplr.com/view/4126/simple-ajax-request-with-prototype-and-json/</guid>
</item>
<item>
<title>(JavaScript) PHP Array To JSON String - inkdeep</title>
<link>http://snipplr.com/view/4114/php-array-to-json-string/</link>
<description><![CDATA[ <p>SEE http://json.org/ for PHP JSON Libraries.

grunt knuckle drag brute force ugly escapes for quotes make a php array a json string

Produces trailing commas which some Javascript Librarys can't deal with.*

_*NOOB NOTE [a comma is added at the end of each array key/value set]_</p> ]]></description>
<pubDate>Sat, 10 Nov 2007 18:42:03 GMT</pubDate>
<guid>http://snipplr.com/view/4114/php-array-to-json-string/</guid>
</item>
<item>
<title>(JavaScript) JSON Template - narmolanya</title>
<link>http://snipplr.com/view/2590/json-template/</link>
<description><![CDATA[ <p>A short template, which shows the json syntax.</p> ]]></description>
<pubDate>Thu, 03 May 2007 02:50:10 GMT</pubDate>
<guid>http://snipplr.com/view/2590/json-template/</guid>
</item>
<item>
<title>(JavaScript) Pull in News from Yahoo API Using JSON - 1man</title>
<link>http://snipplr.com/view/2327/pull-in-news-from-yahoo-api-using-json/</link>
<description><![CDATA[ <p>Full function that pulls in info from the yahoo API and inserts it into the page. Uses the script tag hack to pull in external sources.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 07:42:16 GMT</pubDate>
<guid>http://snipplr.com/view/2327/pull-in-news-from-yahoo-api-using-json/</guid>
</item>
<item>
<title>(JavaScript) Ajax Insert Dynamic "script" into "head" - 1man</title>
<link>http://snipplr.com/view/2325/ajax-insert-dynamic-script-into-head/</link>
<description><![CDATA[ <p>Part of the script tag hack. Allows you to create a script tag on the fly from a url. The url could be a file containing info such as JSON or XML. Used in Ajax for crossing domains.</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 04:44:00 GMT</pubDate>
<guid>http://snipplr.com/view/2325/ajax-insert-dynamic-script-into-head/</guid>
</item>
<item>
<title>(JavaScript) Basic JSON File - 1man</title>
<link>http://snipplr.com/view/2323/basic-json-file/</link>
<description><![CDATA[ <p>Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).</p> ]]></description>
<pubDate>Wed, 14 Mar 2007 03:09:27 GMT</pubDate>
<guid>http://snipplr.com/view/2323/basic-json-file/</guid>
</item>
<item>
<title>(JavaScript) Ajax Parsing JSON Data - 1man</title>
<link>http://snipplr.com/view/2315/ajax-parsing-json-data/</link>
<description><![CDATA[ <p>This function is near enough the same as parsing XML. The only things that have changed are the sections marked !important.</p> ]]></description>
<pubDate>Tue, 13 Mar 2007 09:47:32 GMT</pubDate>
<guid>http://snipplr.com/view/2315/ajax-parsing-json-data/</guid>
</item>
<item>
<title>(JavaScript) query to json oblect - that can be referenced by a unique id - markireland</title>
<link>http://snipplr.com/view/2009/query-to-json-oblect--that-can-be-referenced-by-a-unique-id/</link>
<description><![CDATA[ <p>in javascript use, for example: myJsonObject[&amp;quot;js007&amp;quot;].firstname + ' ' + myJsonObject[&amp;quot;js007&amp;quot;].lastnamename
to return James Bond</p> ]]></description>
<pubDate>Sun, 21 Jan 2007 20:26:03 GMT</pubDate>
<guid>http://snipplr.com/view/2009/query-to-json-oblect--that-can-be-referenced-by-a-unique-id/</guid>
</item>
<item>
<title>(JavaScript) JSON Parser - Roshambo</title>
<link>http://snipplr.com/view/1031/json-parser/</link>
<description><![CDATA[ <p>A good alternative to eval when security is a concern. From json.org.</p> ]]></description>
<pubDate>Thu, 07 Sep 2006 12:37:47 GMT</pubDate>
<guid>http://snipplr.com/view/1031/json-parser/</guid>
</item>
</channel>
</rss>