我正在使用fasterxml java库来解析json数据,一些数据使用
=
:
{"key"="foo", "size"=123}
将‘=’替换为‘:’,然后使用JSON.parse
string.replace("=",":")