September is the season of correct error handling
Rack::PostBodyContentTypeParser
: if the middleware is told a POST
body is JSON, but it doesn't parse as JSON, then... it's not really JSON,
and the request is now rejected with a 400 response. Thanks to Yukihiko
SAWANOBORI (@sawanoboly) for the fix.