Deserialized JSON showing NULL elements
We're calling an API that returns JSON data structured as follows: [ { "firstName": "Bill", "lastName": "Gates", "email": "[email protected]" }, { "firstName": "Steve", "lastName": "Balmer", "email": "[email protected]" } ] After copying this data, and using the "Paste JSON as Classes"…