Bootstrap

java--json嵌套数组解析(1)

json数据格式

{"data": [
  {
        "id": 3,
        "name": "16系列",
        "children": [
            {
                "id": 4,
                "name": "男鞋红色",
                "children": null,
                "parentId": 3,
                "image": "http://xxx608.png",
                "banner": null,
                "type": "category",
                "first_char": null,
                "enabled": true
            },
            {
                "id": 15,
                "name": "男鞋绿色",
                "children": null,
                "parentId": 3,
                "image": "http://xxx114.png",
                "banner": null,
                "type": "category",
                "first_char": null,
                "enabled": true
          
;