Another Deserializing issue

RRiamuYui9/20/2022
I have the response model set up and i am correctly receiving the json but deserializing it doesn't work despite the fact I have it working for a different api call with almost the exact same return?
ImageImageImageImage
AAngius9/20/2022
Your JSON seems to be a list of things
DDuke9/20/2022
use json2csharp to generate the class
AAngius9/20/2022
So deserialize to a list of objects
DDuke9/20/2022
and yeah what zzz is saying
RRiamuYui9/20/2022
so JsonSerializer.Deserialize.ToList?
DDuke9/20/2022
no
DDuke9/20/2022
JsonSerializer.Deserialize<List<OSMOutputs>>
RRiamuYui9/20/2022
coolio thank you very much!
RRiamuYui9/20/2022
everything else has fallen into place!
DDuke9/20/2022
can you /close the thread @RiamuYui
RRiamuYui9/20/2022
done