Tag Archives: JSON

Ler JSON facilmente em C#

Lendo JSON rapidamente em C# [js] dynamic array = JsonConvert.DeserializeObject(json); foreach(var item in array) { Console.WriteLine(“{0} – {1}”, item.Nome, item.Telefone); } [/js]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , , | Leave a comment