If you're on the command line the python json library is awesome. It
pretty-prints the JSON from stdin.

curl http://localhost:8080/some/json/url.json | python -m json.tool

Erik

On Tue, Sep 11, 2012 at 6:47 PM, Bert Pareyn <pareyn.b...@gmail.com> wrote:
> Hi,
>
> I personally like the JSONView plugin for Firefox. It formats the JSON so
> it's easier to read.
> When I'm debugging I like to use Firebug. It let's you set watches,
> breakpoints, etc. This is a Firefox plugin as well.
> To validate JSON I use www.jsonlint.com, JSONView also tells you when JSON
> isn't valid.
>
> https://addons.mozilla.org/en-US/firefox/addon/jsonview/
> https://getfirebug.com/
>
> Hope that helps.
> - Bert
>
> On 11 Sep 2012, at 23:27, Qi Feng <multiloquenc...@yahoo.com> wrote:
>
> Hi,
>
> I am looking at the recent activity widget and am wondering if there is a
> convenient tool or IDE to debug/check the json file. Because some of the
> code is very hard to read and the variables are hard to trace as well. I am
> looking for something that would allow me to run the file and figure out
> what the variables are, by printing it out or using some other ways. Thank
> you very much.
>
> Angela Feng
> _______________________________________________
> oae-dev mailing list
> oae-dev@collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>
>
>
> _______________________________________________
> oae-dev mailing list
> oae-dev@collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/oae-dev
>
_______________________________________________
oae-dev mailing list
oae-dev@collab.sakaiproject.org
http://collab.sakaiproject.org/mailman/listinfo/oae-dev

Reply via email to