json
most popular brand new
Safely parsing JSON in JavaScript
I love me some JSON. It saves me tons of parsing headaches when exchanging data between web services because it maps so well to concepts shared among most common programming languages.Lengthening Out URLs
In our age of information and technology, there isn't as much mystery as there used to be. In that sense, short URLs (e.g., tinyurl.com/123) can be fun! Who knows where you'll wind up. Some folks a..Consuming Amazon's Web API Directly with Javascript (via JSON and XSLT)
Amazon.com's Web API is a cool piece of architecture, but one of its big limitations is the difficulty involved in getting Amazon's data straight to the browser. Cross-domain security restrictions preAccessing JSON Web Services with the Google Web Toolkit
The main difficulty when trying to talk to some web service on another server is getting past your web browser’s Same-Origin Policy.Using the Google Spreadsheets Data API
Your client application can request a list of a user's spreadsheets, edit or delete content in an existing Spreadsheets worksheet, and query the content in an existing Spreadsheets worksheet.