LearningFuze Bootcamp > express-post-json > Flashcards
What does the express.json() middleware do and when would you need it?
it parses incoming requests with JSON and returns the object containing parsed data on req.body. You would need it if you are posting something.