blakeembrey / javascript-stringify

Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
MIT License
139 stars 16 forks source link

non-enumerable properties #38

Open alexcroox opened 3 years ago

alexcroox commented 3 years ago

Does this lib support stringifying non-enumerable properties in objects?

blakeembrey commented 3 years ago

It doesn’t right now, but there’s nothing technically stopping it from being implemented.