String json =
"{"name":"value"}"
;
String t = json.replaceAll(
""(\w+)"(\s*:\s*)"
,
"$1$2"
);
System.out.println(t);
文末小福利免费视频资源网站:www.sousuohou.com