| Key | Explanation | Example |
|---|---|---|
| jsonText = JSON.stringify(Array.from(map.entries())) | map convert to json | |
| map = new Map(JSON.parse(jsonText)); | json convert to map |
| Key | Explanation | Example |
|---|---|---|
| jsonText = JSON.stringify(Array.from(map.entries())) | map convert to json | |
| map = new Map(JSON.parse(jsonText)); | json convert to map |