Newtonsoft JSON Trying to deserialize part of arrayed json to class
Below is the json in a very simplified form (the original contains many more items). I want to add the "acf" content of all items to List [{ "id": 26, "date": "2023-08-30T18:36:24", "date_gmt": "2023-08-30T18:36:24", "acf": { "name": "John", "lastName": "Smith",…