After calling DataRetrieval/GetData, the response.Context contained the DataResultData array for 1 metric set

I then attempted to deserialize response.Content using JsonConvert.DeserializeObject<DataResultData[]>. However, I am getting the exception below:

wherein, cells[0] is

How do I successfully place the object into a DataResultData[] ?
Many thanks!