我有一个字符串,我想用json字符串转换
以下是json的格式
title: {
position: "bottom",
text: "Share of Internet Population Growth"
},
legend: {
visible: false
},
chartArea: {
background: ""
},
seriesDefaults: {
type: "donut",
startAngle: 150
}
要将其转换为JSON字符串,我需要将AnyKey:
替换为"AnyKey":
我在读关于gsub的文章。什么可以是正确的正则表达式来替换这种字符串
提前致谢