I have a standard .NET Core API Controller that returns JSON.
All works as designed but with larger data sets the response is being truncated.
I cannot work out (or find on Stackoverflow or elsewhere) how to increase the limit - presuming this is the cause.
Can someone point me in the right direction please?