JSON.stringify() Does Some Things You Probably Don't Expect
JSON.stringify() looks simple. You pass it an object, you get a string back. But there are a handful of behaviors that catch people off guard, usually when the data you thought you were logging just shows up as {} or a field goes missing from a POST ...
helloashish.hashnode.dev3 min read