Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created December 1, 2011 21:06
Show Gist options
  • Save kmaglione/1419870 to your computer and use it in GitHub Desktop.
Save kmaglione/1419870 to your computer and use it in GitHub Desktop.
var JSON = Components.classes['@mozilla.org/dom/json;1'].createInstance(Components.interfaces.nsIJSON);
if (typeof(JSON) == "undefined") {
Components.utils.import("resource://gre/modules/JSON.jsm");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment