赞
踩
pom文件新增:
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.2</version>
</dependency>
使用:
JsonObject jsonObject = new JsonParser().parse(test).getAsJsonObject(); //test是要转的Sting
System.out.println(jsonObject.getAsJsonArray("xxxx")); //xxxx是要获取值得名称
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。