Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to use a JavaScript template engine to display JSON data.
This recipe is a book listing. It grabs information about a book from a server-side script and adds it to a list of books displayed in the browser. The book details are returned from the server as a JSON string. The Pure templating engine (available at http://plugins.jquery.com/project/pure) is used to format the data and insert it into the web page: