+ 2
Converting a collection to Json and returning as List
Hi, I have a CarRepository and i wish to convert and return the Repository as a Json list. Does anyone have any idea how this can be done? C#
1 Antwort
+ 3
Good question!!
There is a answer
https://stackoverflow.com/questions/38911746/convert-generic-collection-to-json-in-c-sharp
Good luck