Skip to content

Releases: bhollis/jsonview

1.2.2

13 Jan 07:59
Compare
Choose a tag to compare
  • Fixed a case where JSON would fail to parse if a string containing a number also contained escaped quotes.

1.2.1

13 Jan 07:59
Compare
Choose a tag to compare
  • Fixed a case where JSON would fail to parse if a string contains a number and the JSON isn't indented.

1.2.0

25 Nov 03:09
Compare
Choose a tag to compare
  • 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.

1.1.1

24 Nov 01:49
Compare
Choose a tag to compare
  • 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.

1.1.0

24 Nov 01:48
Compare
Choose a tag to compare
  • 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.

1.0.2

31 May 18:40
Compare
Choose a tag to compare
  • 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 #9 (comment) for rationale.
  • Empty JSON responses no longer cause the page to load forever.
  • Added hi-IN translation courtesy of Kishu Agarwal.