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

判断json对象时JSONArray还是JSONObject

时间:2020-11-27 11:30:51      阅读:13      评论:0      收藏:0      [点我收藏+]

标签:class   rgb   guid   div   json对象   col   color   instance   print   

判断json对象时JSONArray还是JSONObject

使用的fastjson

Object object = js.get("guid");
 if (object instanceof JSONArray) {
    System.out.println("JSONArray");
}else{
    System.out.println("JSONObject");
}

 

判断json对象时JSONArray还是JSONObject

标签:class   rgb   guid   div   json对象   col   color   instance   print   

原文地址:https://www.cnblogs.com/baby123/p/14029354.html

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