JSON Viewer

Upmychrome.com is not an official representative or the developer of this extension. Copyrighted materials belong to their respective owners. Warning: Users can download and install browser addon from the links following the Official Website and Chrome Web Store.

Review:

Validates and makes JSON documents easy to read. JSONViewer port for Chrome is an updated version 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. 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.iet...

JSON Viewer Review

Validates and makes JSON documents easy to read.

JSONViewer port for Chrome is an updated version 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.

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.
Was this game review helpful?
Thank you for your feedback!
100 % of people found this helpful