自定义JSONObject属性过滤注解

时间:2019-12-30 16:06:37
【文件属性】:

文件名称:自定义JSONObject属性过滤注解

文件大小:127KB

文件格式:RAR

更新时间:2019-12-30 16:06:37

注解

自定义JSONObject注解过滤属性


【文件预览】:
JsonTest
----.project(384B)
----src()
--------json.jar(51KB)
--------cn()
--------org()
----.settings()
--------org.eclipse.jdt.core.prefs(598B)
----.classpath(352B)
----bin()
--------json.jar(51KB)
--------cn()
--------org()

网友评论

  • 这种垃圾文档,就一串这种代码 public static void main(String[] args) { Test t = new Test(); t.setAge(10); t.setName("wan"); t.setAddress("jiangxi"); JSONObject obj = new JSONObject(t); System.out.println(obj); }