Given this example:
app.post(\'/route-1\', handler1) app.use(express.json()); app.post(\'/route-2\', handler2)
Will the express.json
express.json