这是我的 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"
},
]