When I can call the 3rd party api and get back a single class worth of data everything deserialises fine using this code
TheUser me = jsonSerializer.Deseria
try
List friends = jsonSerializer.Deserialize>(response);