SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
Web Development Path
/
Backend with Node
Web Development Path
Backend with Node
10 questions
Question 1 of 10
Score:
0
/ 0
What does `app.use(express.json())` do?
A
Serialises the response body to JSON automatically
B
Parses incoming request bodies with Content-Type: application/json and puts the result on req.body
C
Validates that all responses are valid JSON
D
Sets the default response Content-Type to application/json
← Back to lesson notes