私のサンプルjsonは
"multiList": [
{
"my_key" : "this is my key"
},
{
"my_text_box": "This is my text box"
},
]
これを {"my_key" : "this is my key"}, {my_text_box": "This is my text box"} に動的に変換するにはどうすればよいですか?
jqueryの使用
私のサンプルjsonは
"multiList": [
{
"my_key" : "this is my key"
},
{
"my_text_box": "This is my text box"
},
]
これを {"my_key" : "this is my key"}, {my_text_box": "This is my text box"} に動的に変換するにはどうすればよいですか?
jqueryの使用