jsonpatch-to-mongodb
Convert JSON patches into a MongoDB update.
Example
var toMongodb = ;var patches = op: 'replace' path: '/name' value: 'dave'; console;// {'$set': {name: 'dave'}};
Example: with express and mongoose
Install
npm install --save jsonpatch-to-mongodb
Test
npm test
License
MIT