WebAPI – Returning Data in a Non-JSON Format
A requirement recently emerged for an endpoint on a REST service to return a large block of data to be consumed by MATHLAB, Python, and Excel on the desktop. The REST Service is built on ASP.NET Core RC2. Although JSON can be quite helpful in a couple of scenarios, the sheer amount of data and complexity…