'body-parser deprecated undefined extended: provide extended option

body-parser deprecated

Why is bodyParser no longer required and what are the alternatives besides:

app.use(express.urlencoded({ extended: true }));


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source