问题: 为什么Groovy 的MAP定义不用标准json "{}"结构而要使用 "[]"
例子: 现有groovy语法:user = ["name":"hello"]; 希望语法:user = {"name