Extended JSON serialization supporting Date, RegExp, Error, undefined, Map, Set, and circular references.
├── index.js
├── index.test.js
└── utils/
Main entry point. Exports: parse, stringify, encode, decode, custom, clearPlugins
Test suite for the main module.
Encoding, decoding, and plugin implementations. See utils/files.md.