I want to practice with JSON and AJAX with HTML pages only (no PHP, no asp.NET, no ruby, no Web server locally installed). I want to create web page which will produce JSON data as result for test AJAX request.
Is it possible?
ADDED: Lets change it a bit, suppose that I have a webpage (no asp.net, no php). How to create web page with will output Json data with header set to header('Content-Type: application/json');