Hy all,
I want to extract my json array for create a list of these object (JsonConvert.DeserializeObject<List>(objectJson);)
But i get an error :
Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Citya.Models.Agence]' because the type requires a JSON array
How to extract my array off ?
Thx in advance