Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 89864

How to extract json array

$
0
0

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


Viewing all articles
Browse latest Browse all 89864

Trending Articles