prototype-stringify-hack
v0.0.1
Published
Stringify function that works around the awfulness of Prototype
Downloads
5
Readme
In order to use JSON.stringify effectively when prototype (at least the Jenkins variant) is present, you need this.
Like:
var stringify = require('prototype-stringify-hack');
stringify(someJsonObject);