Hi,
I’ve looked into using a Asp.net core API project with my existing MVC.
However there doesn’t seem to be some type of standard way of consuming JSON in MVC or am I missing something?
According to this article I only read it as creating the web api and that it should only be called by JavaScript client side and not from the mvc app?
