JSON 工具包/常见Mapping

来源:互联网 发布:continue在c语言 编辑:程序博客网 时间:2024/06/06 00:59

<<工具包

import com.alibaba.fastjson.JSON;

MAVEN CONFIG:

<groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>1.1.15</version>


<<Mapping

Type

Mapping

common

{ "success":true,

  "result":"设置成功",

  "timestamp":"2016-02-15 13:50:32"

 }

Obj list

{"httpInfos":[{"aa":"333","bb":"33334"},{"aa":"444","bb":"33335"}],

  "testString":"kkk"

}

Dto

{

"bizType":"02",

"loanProject":

{

"id":2 ,

"amount": 20000  

}

}



0 0
原创粉丝点击