Customizing `JSON.parse` and `JSON.stringify`
The JSON.stringify and JSON.parse functions are handy for converting objects to JSON strings and back again.
However, not all properties of an object are serializable. Functions, regular expressions, and Date objects are all examples of values that c...
joeattardi.dev3 min read
Moses Bejon
Very useful!