circular-json-es6 A replacement forJSON.stringifyandJSON.parsethat can handle circular references (persists reference structure). This implementation requires environments with native ES6 Map support,but is decently faster thancircular-json(see benchmark withnpm run bench). ...