vinceLin054 commented on issue #7118:
URL: https://github.com/apache/shardingsphere/issues/7118#issuecomment-683369495
` ${@com.alibaba.fastjson.JSON@toJSONString(address)})`
This is the hashMap type.
```
Map<String,String> map = new HashMap();
map.put("province", 230);
map.put("city", 75);
```
concrete value:
{"province":"230","city":"75"}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]