json-body-parser
v1.0.2
Published
nodeJS express server tiny body parser for json type only 320Byte.
Downloads
7
Readme
JSON Body Parser
nodeJS express server tiny body parser for json type only 320Byte
- This is only for json type
const JSONBodyParser = require('json-body-parser')
app.use(JSONBodyParser)
// body { ... }