I am working on a bunch of ajax applications .. in firefox I have an add-in called JSON view
then all my projects have a function
function test_array($array) { header("Content-Type: application/json"); echo json_encode($array); exit(); }
so whenever I want to see what the output is, I just go test_array($something) and it shows me the results.

it is being debugged now breaze
PS. know this Q is ancient and I really don’t respond to the original Q posters, but may be useful for someone else as well
WilliamStam
source share