Seems to me that pretty-printing JSON is a simple enough task that JavaScript should be able to handle it. Has anyone ever written (or run across) a JavaScript function to do this?
What I ended up doing is installing the JSONView add-on for Mozilla. Not perfect, but it gets done what I needed done.