Express POST JSON Flashcards
1
Q
What does the express.json() middleware do and when would you need it?
A
It parses JSON and you need it when your server is going to receive JSON.
Web Development > Express POST JSON > Flashcards
What does the express.json() middleware do and when would you need it?
It parses JSON and you need it when your server is going to receive JSON.