How do I display the array of objects in the JSON? – Asp.net
I have a class called Documents that should have an array of DocumentItem objects and I want them to appear in the json that I want to send to the DB but they're not. I want the backend to display…