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.

Updated: