is-json
Body parser
Checks if a Koa request body contains JSON data
check if a koa body should be interpreted as JSON
17 stars
5 watching
4 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/body-parsers | A collection of body parsers for Koa.js applications. | 39 |
koajs/bodyparser | Middleware for parsing request bodies in Koa applications | 1,312 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
koajs/jwt | Middleware for validating JSON Web Tokens in Koa applications | 1,347 |
koajs/qs | Enables safe and secure query string parsing in Koa applications | 88 |
koajs/json-error | An error handling middleware for Koa applications | 91 |
koajs/koa-safe-jsonp | A middleware plugin for Koa.js applications that safely wraps JSON responses in JSONP (JavaScript and XML Parsing) to facilitate cross-domain requests. | 17 |
koajs/parameter | Middleware for validating parameters in web applications | 67 |
koajs/koa-markdown | Converts markdown to HTML for use with Koa.js applications | 37 |
koajs/koa-roles | An authentication module for Koa.js applications | 118 |
koajs/snapshot | Caches request data based on the request path and takes snapshots of requests. | 10 |
koajs/etag | Provides etag support for Koa responses | 113 |
koajs/compress | Middleware for compressing responses in Koa applications | 437 |
koajs/error | Middleware for handling error responses in web applications. | 102 |
koajs/json-filter | A middleware solution to filter response data based on querystring parameters. | 93 |