Invalid JSON response
Invalid JSON response
Pkay
Posts: 2Questions: 1Answers: 0
Please assist. I'm getting the invalid JSON response error. I have checked my response and is a valid json response. I'm working with the number of 500000+ records, however if I use the method .Take(100000) to display less records it works perfectly but if I display all records I get the error invalid json response. I'm using server side and my response is an array of objects: { "data": [ {....}, {....} ] }.
This discussion has been closed.
Answers
...
Maybe start with providing the following:
Kevin