# serilize.js: Extended JSON serilization This extends the default JSON serialization adding the following: - Recursive data structure serialization - `undefined`/`NaN` serialization - `Set`/`Map` serialization - Function serialization (off by default) - Deep and partial-deep cleen object copy ## Motivation