koajs / koa-body

koa body parser middleware
MIT License
947 stars 131 forks source link

Json reviver func option #228

Open juliushuck opened 1 year ago

juliushuck commented 1 year ago

Describe the feature

I'm using a json reviver function everywhere, to convert strings to dates. I did not find a koa body parser that supports this reviver function.

Checklist