mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix TypeReference not fit Type
This commit is contained in:
16
hutool-json/src/test/resources/issue488.json
Normal file
16
hutool-json/src/test/resources/issue488.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"context": "https://graph.microsoft.com/beta/$metadata#Collection(microsoft.graph.emailAddress)",
|
||||
"value": [{
|
||||
"name": "\u4f1a\u8bae\u5ba4101",
|
||||
"address": "MeetingRoom101@abc.com"
|
||||
}, {
|
||||
"name": "\u4f1a\u8bae\u5ba4102",
|
||||
"address": "MeetingRoom102@abc.com"
|
||||
}, {
|
||||
"name": "\u4f1a\u8bae\u5ba4103",
|
||||
"address": "MeetingRoom103@abc.com"
|
||||
}, {
|
||||
"name": "\u4f1a\u8bae\u5ba4219",
|
||||
"address": "MeetingRoom219@abc.com"
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user