JSONView Chrome Extension

Json, http, extension, jsonview, original, method, chrome, content, jsonp, jsonlint, org, page, view, extracted, validate

JSONView for Chrome Download

  • Chrome Extension Page
    Deleted from Chrome Web store
  • Total Number of Extension users:
    16.7K +
  • Reviewed by :
    30 Chrome Users
  • Author Name:
    ark
JSONView chrome extension is Validate and view JSON documents.

Validate and view json documents.

this is a fork of gildas jsonview extension.

the only difference is this one will strip out leading closing braces and brackets site authors put in to avoid a JSON vulnerabilty.

The original version is here: https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc The original README is here: Validate and view json documents jsonview port for Chrome.

original firefox extension is here: http://benhollis.net/software/jsonview/ Notes: - JSON is validated using a client-side javascript implementation of JSONLint (http://github.com/zaach/jsonlint) - this extension displays json text compliant with rfc 4627 (http://www.ietf.org/rfc/rfc4627.txt).

- JSONP (http://en.wikipedia.org/wiki/JSON#JSONP) is supported 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.

JSONView is deleted from https://chrome.google.com/webstore/. Previously it is on chrome store,its urls is https://chrome.google.com/webstore/detail/jsonview/nckmconehaglkoocmmldmilnnpdagigh

JSONView Related Chrome Extensions