下面,我在javascript变量中有json字符串。
[{
"audi": {
"color": "white",
"brake": "xyz",
"cost": "10000"
}
}, {
"ford": {
"color": "black",
"brake": "abc",
"cost": "5000"
}
}]
我想转换像下面的代码。
{
"audi": {
"color": "white",
"brake": "xyz",
"cost": "10000"
},
"ford": {
"color": "black",
"brake": "abc",
"cost": "5000"
}
}
提前致谢
喵喔喔
慕丝7291255
相关分类