nodemanual.org
nodemanual.org copied to clipboard
JSON.stringify has wrong param type for value
http://nodemanual.org/latest/js_doc/JSON.html#JSON.stringify says value
should be a String
. I think it should be Object
.