1. jQuery JSON
This plugin makes it simple to convert to and from JSON.

Source
2. How to Use JSON APIs with jQuery
This allows you to easily remove data from other sites and services on your own site. Learn to use this feature makes it easy to integrate a variety of services in your sites, making them richer and more interesting to your visitors.

Source
3. Parsing JSON Data from PHP using jQuery
This tutorial makes the request to a PHP file and displays the returned data into a table.

Source
4. How to Use jQuery with a JSON Flickr Feed to Display Photo
Learn how to display photo using jQuery with a JSON Flickr feed.

Source
5. jQuery, Ajax, JSON and PHP
There are several ways to pass data between a web server and a browser with Ajax. You can pass data from XML data structures or JSON java structures.

Source
6. Display JSON Data with jQuery and Ajax
In this tutorial we will explain Creating JSON with PHP and display data using jQuery JSON and Ajax. Using JSON we can exchange data between the browser and server.

Source
7. Improving jQuery’s JSON Performance and Security
When working with JSON, performance and security are often contradictory, but also major concerns. One such area of contention is the manipulation of JSON strings returned by a server. Learn how to improve performance and security using this tutorial.

Source
8. jQuery JSON Suggest/Search Box
jQuery plugin which now uses a JSON string to represent it’s search data. It will accept the data as a JSON string, the object that the JSON represents or a function that returns one of those two things.

Source
9. jQuery XML to JSON Plugin
A script you can use to convert simple XML into a JSON object.

Source
10. jQuery JSON Cookie Plugin
Learn storing native JavaScript objects within cookies: JSON Cookie.

Source
11. Cross-domain RSS to JSON Converter (jQuery Plugin)
The only bad thing is that you cannot request cross-site content with AJAX requests. One way to overcome this problem is to apply a server-side proxy workaround. However, there is even better solution and workaround – RSS to JSON conversion.

Source
12. Pulling Twitter Updates with JSON and jQuery
Learn how to pull in your tweet updates with JSON and jQuery.

Source
13. jQuery Mobile and JSON
Introduces the jQuery Mobile (JQM) framework for writing mobile web applications targeted at the mobile industry’s leading browsers.

Source
14. jQuery and MVC: JSON Form Submission
jQuery provides for asynchronous post, and in JSON format too.

Source
15. jQuery autocomplete with JSON / JSONP support and overriding the default search parameter (q)
Learn jQuery autocomplete with JSON/JSONP.

Source


Pingback: jQuery's JSONP Explained with Examples | jQuery4u