I just merged my PR for the stringify method. This includes tests, documentation and change log. There is one issue that I am seeing right now. It looks like node v0.6 does not have isNaN as a method and the travis CI build is failing for that version of node. I can try to work around this and avoid using isNaN, but might be better to polyfill. Does anyone know of a good polyfill for isNaN?