JSONVue (chklaanhfefbnpoihckbnefhakgolnmc): Validate and view JSON documents... Read More > or Download Now >
JSONVue for Chrome
Tech Specs
User Reviews
- • Rating Average
- 4.54 out of 5
- • Rating Users
- 2647
Download Count
- • Total Downloads
- 2166
- • Current Version Downloads
- 6
- • Updated: November 28, 2023
JSONVue is a free Developer Tools Extension for Chrome. You could download the latest version crx file or old version crx files and install it.
More About JSONVue
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.