Ajax ile çekilen json html dönüştürme [ Yardım ]

Webmasterr

Çalışkan Üye
Katılım
11 Mar 2018
Mesajlar
174
Beğeniler
0
Kod:
{"input":[
{
	"type":"text",
	"name":"isim",
	"value":"Deneme"
}]
},
{"b":[
{
    "metin":" Metin alanı",
    "color":"#ff0000"
    }]
},
{"input":[
{
     "type":"text",
     "name":"user"
 },
 {
     "type":"checkbox",
     "name":"tkp",
     "value":"1"
  },
  {
      "type":"radio",
      "name":"tkp-radio",
      "value":"23"
 }]
 }
Yukarıdaki json dosyasının içindeki bilgiyi aşağıdaki gibi html dönüştürmek istiyorum.
Javascriptle olcak ama bi türlü beceremedim. Yardımlarınız için şimdiden teşekkürler.
Kod:
 <input type=" json.type  " name=" json.name " value=" json.value ">
<b color=" json.color "> json.metin </b>
<input type=" json.type " name=" json.name ">
<input type=" json.type " name=" json.name " value=" json.value ">
<input type=" json.type " name=" json.name " value=" json.value ">
 

Şu anda bu konu'yu okuyan kullanıcılar

Benzer konular

Üst