jsonObject、jsonArray的使用

前端之家收集整理的这篇文章主要介绍了jsonObject、jsonArray的使用前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
{   
    "brandInfo":{ "brand":"品牌","model":"型号","deviceId":"0007A8947C62" } }

这是对象,用jsonObject解析

{
    "m2mAppVersion": "","devices": [ { "deviceId": "C00000000001","userId":"6553387","deviceName": "MaTest","deviceCategory": "0524","attr":{ "brand":"haier","model":"H_0.0.1" } },{ "deviceId": "C00000000001","model":"H_0.0.1" } } ] }

这是数组,devices有多个设备,不能用一个device对象表示,中括号本身就表示数组,这里也表示数组,用jsonArray解析

原文链接:https://www.f2er.com/json/288715.html

猜你在找的Json相关文章