JSON to string variable dump

Viewed 126970

Is there a quick function to convert JSON objects received via jQuery getJSON to a string variable dump (for tracing/debugging purposes)?

5 Answers
Related