Posts by Lucas Hoffmann • 3 points
1 post
-
0
votes1
answer239
viewsQ: C# - Decode JSON array
I need to get the id of that code JSON using C#: [{"nome":"Gabriel Ferreira","cidade":"São Paulo","uf":"SP","id":"4274892"}] Can someone advise me how I can do this in the best way, because I’ve…