I cannot find any documentation on express.json() and express.urlencoded(). What do each of them do exactly?
Look around answer, so...
If you want custom, please use express.json or express.urlencoded, and both of them built-in middleware function in express.
If you want rapid development, please use body-Parser.