DEV Community

Discussion on: I made 10x faster JSON.stringify() functions, even type safe

Collapse
 
cwtuan profile image
cwtuan

I like to use json-stringify-safe or fast-safe-stringify to parse json string. They are like JSON.stringify, but doesn't throw on circular references.