Map not supported
Opened this issue · 2 comments
leonbloy commented
It would be nice that the Map object were supported
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
https://stackoverflow.com/questions/29085197/how-do-you-json-stringify-an-es6-map
GabenGar commented
What would be its output representation? An array of tuples?
hildjj commented
Suggested output format:
new Map([[key, value]...)
This way the output can be used as code to rehydrate if desired.