I’d like to start using ES6 Map instead of JS objects but I’m being held back because I can’t figure out how to JSON.stringify()
a Map
. My keys are guaranteed to be strings and my values will always be listed. Do I really have to write a wrapper method to serialize?