1.0.2 • Published 6 years ago

moleculer-ejson-serializer v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Moleculer EJSON Serializer

Serialize data with EJSON.

Why?

The default JSON serializer does not handle

  • Date
  • NaN
  • Infinity

while this package does.

Current Version (v1.0.2)

Install

npm install --save moleculer-ejson-serializer

Usage

// moleculer.config.js

const Serializer = require('moleculer-ejson-serializer')

module.exports = {
  ...
  serializer: new Serializer()
}

License

MIT