https://expressjs.com/en/resources/middleware/body-parser.html#bodyparserjsonoptions Express body-parser middleware body-parser Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property. Note As req.body’s shape is based on user-controlled input, all properties and values in this object are expressjs.com body-parser..