【发布时间】:2021-07-02 10:23:48
【问题描述】:
我需要从List<Map<String,Object>> 获取公共元素并打印该结果。下面是结果为一些 json 的示例。
例如:
[
{
"Id" : "123",
"common" : [
{
"group":"abc",
"department" : "xyz"
},
{
"group":"abc",
"department" : "zyx"
}
]
]
【问题讨论】: