Deserializes data from a JSON array into a list of T, or returns null on failure.
null
The deserialized list, or null if data is null or parsing fails.
Raw JSON bytes from a network response.