I use jQuery to get jsonData from the server. I don’t know what the data is. I would like to get the string value of the JSON object and write it in a textarea tag so I can debug. How? Please and thank you.
P.S. I am using .NET MVC and jQuery
If you plan on using JSON.stringify you should include json2.js to support older browsers.
Another route to solving your problem is to use firebug. It can show you each request along with the incoming and outgoing data.