@Ok("json")
想转
text = "\uF21A"
color = "#000000"
weight = "normal"
placement = "point"
fontSize = {Integer@8953} 12
结果转义的时候多出了个\
"text": {
"text": "\\uF21A",
"color": "#000000",
"weight": "normal",
"placement": "point",
"fontSize": 12
}