<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - crypticsoft</title>
<link>http://snipplr.com/users/crypticsoft/tags/json</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 20:17:57 GMT</pubDate>
<item>
<title>(PHP) REST API products and categories from pinnacleCart</title>
<link>http://snipplr.com/view/66798/rest-api-products-and-categories-from-pinnaclecart/</link>
<description><![CDATA[ <p>This is a useful class which utilizes Phil Sturgeon's helpful restclient (http://getsparks.org/packages/restclient/versions/HEAD/show). Reference the URL attached for PinnacleCart API docs.

Example request URLs to get products and categories:

# Get product by product_id (XX##) or keyword(s)
~/products/getProducts/search/10/oj70/oj77/oj75

# Recently added products by CategoryID (/cID/batchSize)
~/products/getProductsByCategory/92/10

# Recently added product images by CategoryID (/cID/batchSize) 
-- This was to remove the 'Description' key/value for slide shows
~/products/getProductImagesByCategory/92/10

# Recently added products by limit
~/products/getRecentlyAdded/20

# Get all categories
~/products/getCategories</p> ]]></description>
<pubDate>Sat, 18 Aug 2012 02:50:58 GMT</pubDate>
<guid>http://snipplr.com/view/66798/rest-api-products-and-categories-from-pinnaclecart/</guid>
</item>
<item>
<title>(JavaScript) get twitter feed using json / jquery</title>
<link>http://snipplr.com/view/50151/get-twitter-feed-using-json--jquery/</link>
<description><![CDATA[ <p>Note: replace "USERNAME" with your own twitter username.
This is using cycle plugin with easing which is applied after the tweets are populated.</p> ]]></description>
<pubDate>Sun, 06 Mar 2011 10:40:39 GMT</pubDate>
<guid>http://snipplr.com/view/50151/get-twitter-feed-using-json--jquery/</guid>
</item>
<item>
<title>(jQuery) JSON Data loop</title>
<link>http://snipplr.com/view/48373/json-data-loop/</link>
<description><![CDATA[ <p>You have an array of objects/maps so the outer loop loops through those. The inner loop loops through the properties on each object element.</p> ]]></description>
<pubDate>Fri, 04 Feb 2011 05:37:15 GMT</pubDate>
<guid>http://snipplr.com/view/48373/json-data-loop/</guid>
</item>
</channel>
</rss>