json-body-parser

1.0.2 • Public • Published

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 { ... }

Readme

Keywords

Package Sidebar

Install

npm i json-body-parser

Weekly Downloads

5

Version

1.0.2

License

MIT

Last publish

Collaborators

  • whien_liou