請問Json格式的數(shù)組,要怎么處理呢?
請問Json格式的數(shù)組,要怎么處理呢?
假設是這樣的數(shù)據(jù):
{
? ? "code": 200,
? ? "msg": "success",
? ? "data": {
? ? ? ? "item": [
? ? ? ? ? ? {
? ? ? ? ? ? ? ? "name": "工商銀行(對公)",
? ? ? ? ? ? ? ? "type": "icbc"
? ? ? ? ? ? },
? ? ? ? ? ? {
? ? ? ? ? ? ? ? "name": "交通銀行(對公)",
? ? ? ? ? ? ? ? "type": "bcm"
? ? ? ? ? ? }
? ? ? ? ]
? ? }
}
2016-04-26
@RequestBody