C Sharp (C#) - File IO
Given a JSON file
people.json containing an array of Person objects, which code snippet correctly reads and deserializes it into a List<Person> in C#?