码迷,mamicode.com
首页 > Web开发 > 详细

json解析数据

时间:2018-04-15 19:45:54      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:date   contract   dea   stat   obj   lis   out   get   unit   

public static void main(String[] args) {
String list2="{‘result‘:true,‘orders‘:[{‘fee‘:-0.00002294,‘amount‘:6,‘price‘:6814.71,‘contract_name‘:‘BTC0629‘,‘create_date‘:1523345913000,‘symbol‘:‘btc_usd‘,‘status‘:2,‘deal_amount‘:6,‘lever_rate‘:20,‘price_avg‘:6624.94,‘order_id‘:564259297246208,‘type‘:4,‘unit_amount‘:100}]}";
JSONObject jb = JSON.parseObject(list2);
JSONArray ja = jb.getJSONArray("orders");
System.out.println(((JSONObject)ja.get(0)).get("fee"));
}

json解析数据

标签:date   contract   dea   stat   obj   lis   out   get   unit   

原文地址:https://www.cnblogs.com/nancheng/p/8848713.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!