Hi,

I had assigned the value from the Json to QvariantMap. I can see the values are stored in Key and Value pairs.
Query: How to fetch the value?

in main.qml

var jsontext = '[{"firstname":"Jesper","surname":"Aaberg","phone":" 555-0120"},{"firstname":"Jesperuu","surname":"Aaberguu ","phone":"55665-0120"}]';


Qvari.jpg