mongoose-tojson-formatter

1.0.1 • Public • Published

mongoose_toJSON_formatter

format toJSON function: rename _id to id

Usage

// Global
mogoose.plugin(require('mongoose-tojson-formatter'));
 
// In Schema
var Game = new Schema({ ... });
Game.plugin(require('mongoose-tojson-formatter'));

TODO

  • Use config to configure more features not only rename _id.

Package Sidebar

Install

npm i mongoose-tojson-formatter

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • skyao