GUI-based or Web-based JSON editor that works like property explorer [closed]

Update: In an effort to answer my own question, here is what I’ve been able to uncover so far. If anyone else out there has something, I’d still be interested to find out more. http://knockoutjs.com/documentation/plugins-mapping.html ;; knockoutjs.com nice http://jsonviewer.arianv.com/ ;; Cute minimal one that works offline http://www.alkemis.com/jsonEditor.htm ; this one looks pretty nice http://json.bubblemix.net/ Visualise … Read more

JavaScript Debugger [closed]

Here is an article, Advanced JavaScript Debugging Techniques, that describes the use of several tools. One new tool I learned about that I hadn’t heard of before is JSLint. Sometimes JSLint just immediately shows you your dodgy code that is causing the issue.