I have this data JSON
which returns from a webservice query:
[{
"id":"1",
"usuario":"teste",
"senha":"teste",
"chave":"d59876jh",
"email":"[email protected]"
}]
I need to popularize the Items of a ListBox
with them.
Does anyone know how to do it?