JSONView favicon

JSONView

Validate and view JSON documents JSONView port for Chrome.

Original firefox extension is here: http://benhollis.net/software/jsonview/ Notes:

You can configure JSON parsing method in options page:

  • the default method (JSON content is extracted from displayed page) is faster but can (in some rare cases) alter or fail to parse the JSON content.
  • the safe method costs an extra XMLHttpRequest request (JSON content is extracted from the HTTP response) but is 100% safe.