EXPRESS POST JSON Flashcards
(1 cards)
1
Q
What does the express.json() middleware do and when would you need it?
A
It parses JSON from the body of the request
we need it when client sends json
What does the express.json() middleware do and when would you need it?
It parses JSON from the body of the request
we need it when client sends json