mongoose-tojson-formatter
v1.0.1
Published
format toJSON function: rename _id to id Edit
Downloads
6
Readme
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.