debitoor / safe-json-stringify

A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
https://www.npmjs.com/package/safe-json-stringify
56 stars 16 forks source link

Handle more edge cases gracefully #2

Closed jkrems closed 9 years ago

jkrems commented 9 years ago

Fixes https://github.com/e-conomic/safe-json-stringify/issues/1

gausby commented 9 years ago

Looks good. Thanks for the PR :+1:

jkrems commented 9 years ago

Thanks for the library! :) And sorry for being a bit abrupt in the PR description, shouldn't create PRs while being distracted.