nodeJS express server tiny body parser for json type only 320Byte.
npm install json-body-parsernodeJS express server tiny body parser for json type only 320Byte
* This is only for json type
``javascript``
const JSONBodyParser = require('json-body-parser')
app.use(JSONBodyParser)
// body { ... }