I have the following requirement:
The client will "stream" a very large JSON array to my WebAPI 2 Service. I know how to implement an [HttpPost]
Method, wait until end of response and process JSON array.
But how can i receive such a stream and process it in parallel during streaming, object by object?