Jsonview Versions Save

A web extension that helps you view JSON documents in the browser.

v1.2.0

7 years ago
  • Add a preference to use the built-in Firefox JSON viewer.
  • Tell Firefox we support multi-process mode.
  • Fix a performance regression that could severely slow down rendering large documents.

v1.1.1

7 years ago
  • Fix a bug where copy-pasted numbers would include a unicode space.
  • Fix copy-pasting JSON to not introduce unnecessary whitespace.
  • Empty arrays no longer have collapsers.

v1.1.0

7 years ago
  • Large numbers will now display as they appear in the original JSON document, even if they can't be represented correctly in JavaScript.
  • Updated ru-RU localization.
  • Rebuilt to support newer Firefoxes.

v1.0.2

8 years ago
  • JSONView now works with Firefox's multi-process mode (electrolysis).
  • Ellipses once again appear when arrays and objects are collapsed.
  • Users can opt in to treating content types other than "application/json" as JSON. Add new content types in the extension preferences. Please be careful with this setting!
  • JSONP support has been removed. Please consider using cross-origin resource sharing (CORS) instead. See https://github.com/bhollis/jsonview/issues/9#issuecomment-75919259 for rationale.
  • Empty JSON responses no longer cause the page to load forever.
  • Added hi-IN translation courtesy of Kishu Agarwal.