Hi there, I need your help to parse a json string to charge on a Listview.
Here is string
[{"Art":"SOMEARTICLE","Nr":"3,00","Qnt":"12,00","Prz":"2,90","Tot":"36,19"}]
I should to pick every detail from this string and charge them on LV in this format
SOMEARTICLE NR: 3,00 Qnt: 12,00 Prz 2,90
but I'm not able to do it
I have tried in this way
Thanks