c#
How to set Max Length of JSON Serialization c sharp
A
Desh-Duniya Team
Author
var jsonResult = Json(data, JsonRequestBehavior.AllowGet);
jsonResult.MaxJsonLength = int.MaxValue;