Has anyone successfully converted JSON Patch operations to Mongo Queries

It is indeed pretty straight-forward! I have written some TypeScript code to convert JSON Patch to MongoDB operations that can be written in bulk: fathomas/json-patch-to-mongodb-ops

1 Like