When HTTP request Content-Type is JSON, automatically parse and if it is an object, add its keys as request parameters
Essentially add first-class support for JSON object POSTs and make their properties available through DI.
Edited by James Walker
Essentially add first-class support for JSON object POSTs and make their properties available through DI.