JSONovich crawls into the future

Posted by Michael Giarlo on January 24, 2010

For those of you who use JSONovich rather than, e.g., JSONView, I've tweaked the plugin (now at version 1.3) to work with Firefox 3.6.

I updated the version up on the Mozilla site as well, but things tend to stay in the sandbox for months at a time. (For instance, I submitted version 1.2 back in November, and it's not yet available.) Feel free to install via my page.

JSONovich emerges

Posted by Michael Giarlo on August 24, 2009

JSONovich has now emerged from the Mozilla Add-ons sandbox and is available to the masses: http://addons.mozilla.org/en-US/firefox/addon/10122.

JSONovich update

Posted by Michael Giarlo on December 29, 2008

JSONovich is now up to version 0.6. Recent revisions have added the following functionality:

  • Reads in JSON and converts to UTF-8 for some naive Unicode handling
  • Wraps long lines at the right edge of the window
  • Adds a check to see if a native JSON parsing library is already loaded (as will be the case in Firefox 3.1). Uses that library if so, otherwise loads the module included in JSONovich.
  • Handles JSON syntax errors more gracefully. Used to eat bad data and display nothing, but syntax errors (from the JSON parser) are now surfaced.

I've also tossed the source up on code.google.com for version control.

In the meantime, those of you who are using JSONovich can help increase its exposure by heading over to its entry at addons.mozilla.org, logging in, downloading, rating, and reviewing the extension. Reviews and ratings help get extensions "promoted" from the sandbox to the public site, which provides the ability for automatic updates when new versions of the extension are released.

JSONovich in the sandbox

Posted by Michael Giarlo on December 23, 2008

JSONovich is now in the "sandbox" over at addons.mozilla.org, where it will remain until it's been tested a bit more, and rated and reviewed by users. Until that point, it will be marked as "experimental" and will require users to login before they can download it. If any of you would like to give JSONovich a quick spin and rate/review it over at the Mozilla add-ons site, that would be solid. Once it's gotten a few reviews and I'm more comfortable about it working cross-platform and cross-version, I'll nominate it to be promoted.

Here's where it lives: https://addons.mozilla.org/en-US/firefox/addon/10122

Much obliged, folks. And thanks to those of you who have already downloaded it, installed it, tested it, left comments, or some combination thereof.

Introducing JSONovich

Posted by Michael Giarlo on December 12, 2008

JSONovich is a Firefox extension that pretty-prints and colorizes JSON.

Feedback is welcome.