Canop / JSON.prune

A pruning version of JSON.stringify, allowing for example to stringify window or any big or recursive object
MIT License
163 stars 27 forks source link

Serialize toJSON() if it's defined instead of the value #6

Closed cowwoc closed 8 years ago

Canop commented 8 years ago

I'll look at that problem but it will probably be faster if you make a PR.

Canop commented 8 years ago

I pushed the change. I'll let you confirm it's OK for your use and then close that issue.