node-fast-safe-stringify

Safely and quickly serialize JavaScript objects
  https://github.com/davidmarkclements/fast-safe-stringify#readme
  0
  no reviews



Safe and fast serialization alternative to [JSON.stringify][].

Gracefully handles circular structures instead of throwing.

Provides a deterministic ("stable") version as well that will also gracefully handle circular structures.

Node.js is an event-based server-side JavaScript engine.