Data and Json

Data and Json

gdmeestegdmeeste Posts: 2Questions: 1Answers: 0

I want to return Json data from two many to many tables in aspnet core and the system keeps telling me that there is a JSON loop and cannot load the data . I implemented the ReferenceLoopHandling setting from NewtonSoft Json but tthe ajax call still does not want to load the data. If I remove the ICollection navigation property from the entity then the system works. However I need the link to be both ways.
Please help !
Thanks
Guy de Meester

Answers

  • kthorngrenkthorngren Posts: 21,174Questions: 26Answers: 4,923

    Is this with Datatables? If so please provide more information of Datatables is used for this process.

    Kevin

This discussion has been closed.