como ler subitem de um array em json usando vbnet

The solution for “como ler subitem de um array em json usando vbnet” can be found here. The following code will assist you in solving the problem.

string jsonString = @”{“”tempoexibicao””: 10,””canetas””:[{“”cor”” : “”azul””,””marca”” : “”bic””},{“”cor”” : “”vermelha””,””marca”” : “”pilot””}]}”;
var obj = Newtonsoft.Json.JsonConvert.DeserializeObject(jsonString);

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

Similar Posts