これが私のjsonペイロードです
"multiList": [
{
"Key": "my_key",
"Value": this is my key
},
{
"Key": "my_text_box",
"Value": "This is my text box"
},
]
jqueryを使用してこれを動的に変換するにはどうすればよいですか
"multiList": [
{
"my_key" : "this is my key"
},
{
"my_text_box": "This is my text box"
},
]