Jsonview Versions Save

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

v2.4.1

9 months ago

Fix mangled arrows

v2.4.2

9 months ago

Fix mangled encoding in Firefox

v2.4.3

9 months ago

Fix recognizing content types like application/hal+json

v2.4.0

11 months ago
  • Preserve indentation when copying JSON.
  • The JSON object is available from the console via the global "data" property. Note: This may go away when JSONView is forced into the new Manifest V3 extension model.
  • Increased the number of content types that will be recognized as JSON.
  • Added Indonesian localization.

v2.3.0

3 years ago
  • Switch to a dark theme when your system is set to dark mode.

v2.0.0

5 years ago
  • JSONView has been rewritten with the new WebExtension model, and is now compatible with Firefox 57+ and Google Chrome.
  • JSONView will now highlight any content type matching "application/*+json" in addition to "application/json".
  • Due to the new extension model, the ability to add "application/json" to the Accept header has been removed.
  • Removed the preference to use the built-in Firefox JSON viewer.

v1.2.4

7 years ago
  • Fixed a case where JSON would fail to parse if a string containing a number was preceded by a quote that was preceded by a lot of escaped slashes, or occurred near another number.

v1.2.3

7 years ago
  • Fixed a case where JSON would fail to parse if a string containing a number was preceded by a quote that was preceded by an escaped slash.

v1.2.2

7 years ago
  • Fixed a case where JSON would fail to parse if a string containing a number also contained escaped quotes.

v1.2.1

7 years ago
  • Fixed a case where JSON would fail to parse if a string contains a number and the JSON isn't indented.