vendredi 29 juillet 2016

How can I show json data after select dropdown?

How can I show json data after select dropdown? I Get this json data.

{
"london": {
    "shop1": {
        "address": "address1",
        "phone": "0123456"
    },
    "shop2": {
        "address": "address2",
        "phone": "2223456"
    }
},
"liverpool": {
    "shop1": {
        "address": "address3",
        "phone": "3123456"
    },
    "shop2": {
        "address": "address4",
        "phone": "4223456"
    }
},
"manchester": {
    "shop1": {
        "address": "address5",
        "phone": "5123456"
    }}

I want to do like this

enter image description here

Aucun commentaire:

Enregistrer un commentaire