JSONデータ

{
  "data": [
    {
      "id": "81f55329-9212-41b6-a71b-c7c02bcdee54",
      "category": "news",
      "display": true,
      "img": "/img/img-news.png",
      "articles": [
        {
          "id": "89e779dd-a096-4ef4-b810-9a8f0a80ef18",
          "date": "2022-03-02",
          "title": "news title 01",
          "comments": [
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad9",
              "name": "takeda",
              "text": "It's so hard, my head is going to explode."
            },
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad8",
              "name": "yamada",
              "text": "It's so hard, my head is going to explode."
            },
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad7",
              "name": "takahashi",
              "text": "It's so hard, my head is going to explode."
            }
          ]
        },
        {
          "id": "89e779dd-a096-4ef4-b810-9a8f0a80ef19",
          "date": "2022-04-19",
          "title": "news title 02",
          "comments": [

          ]
        },
        {
          "id": "89e779dd-a096-4ef4-b810-9a8f0a80ef20",
          "date": "2021-12-30",
          "title": "news title 03",
          "comments": [

          ]
        },
        {
          "id": "89e779dd-a096-4ef4-b810-9a8f0a80ef21",
          "date": "2022-1-3",
          "title": "news title 04",
          "comments": [

          ]
        }
      ]
    },
    {
      "id": "91f55329-9212-41b6-a71b-c7c02bcdee54",
      "category": "economy",
      "display": false,
      "img": "/img/img-economy.png",
      "articles": [
        {
          "id": "99e779dd-a096-4ef4-b810-9a8f0a80ef18",
          "date": "2022-04-19",
          "title": "economy title 01",
          "comments": [

          ]
        },
        {
          "id": "99e779dd-a096-4ef4-b810-9a8f0a80ef19",
          "date": "2021-11-30",
          "title": "economy title 02",
          "comments": [
            {
              "id": "5a999dda-f0cb-443a-abe1-9158cc537ad9",
              "name": "takeda",
              "text": "It's so hard, my head is going to explode."
            },
            {
              "id": "5a999dda-f0cb-443a-abe1-9158cc537ad8",
              "name": "yamada",
              "text": "It's so hard, my head is going to explode."
            }
          ]
        },
        {
          "id": "99e779dd-a096-4ef4-b810-9a8f0a80ef20",
          "date": "2021-12-30",
          "title": "economy title 03",
          "comments": [

          ]
        },
        {
          "id": "99e779dd-a096-4ef4-b810-9a8f0a80ef21",
          "date": "2022-1-3",
          "title": "economy title 04",
          "comments": [

          ]
        }
      ]
    },
    {
      "id": "61f55329-9212-41b6-a71b-c7c02bcdee54",
      "category": "entertainment",
      "display": false,
      "img": "/img/img-entertainment.png",
      "articles": [
        {
          "id": "69e779dd-a096-4ef4-b810-9a8f0a80ef18",
          "date": "2022-04-19",
          "title": "entertainment title 01",
          "comments": [

          ]
        },
        {
          "id": "69e779dd-a096-4ef4-b810-9a8f0a80ef19",
          "date": "2021-11-30",
          "title": "entertainment title 02",
          "comments": [

          ]
        },
        {
          "id": "69e779dd-a096-4ef4-b810-9a8f0a80ef20",
          "date": "2021-12-30",
          "title": "entertainment title 03",
          "comments": [
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad9",
              "name": "takeda",
              "text": "It's so hard, my head is going to explode."
            }
          ]
        },
        {
          "id": "69e779dd-a096-4ef4-b810-9a8f0a80ef21",
          "date": "2022-1-3",
          "title": "entertainment title 04",
          "comments": [

          ]
        }
      ]
    },
    {
      "id": "21f55329-9212-41b6-a71b-c7c02bcdee54",
      "category": "domestic",
      "display": false,
      "img": "/img/img-domestic.png",
      "articles": [
        {
          "id": "29e779dd-a096-4ef4-b810-9a8f0a80ef18",
          "date": "2022-04-19",
          "title": "domestic title 01",
          "comments": [

          ]
        },
        {
          "id": "29e779dd-a096-4ef4-b810-9a8f0a80ef19",
          "date": "2021-11-30",
          "title": "domestic title 02",
          "comments": [

          ]
        },
        {
          "id": "29e779dd-a096-4ef4-b810-9a8f0a80ef20",
          "date": "2021-12-30",
          "title": "domestic title 03",
          "comments": [

          ]
        },
        {
          "id": "29e779dd-a096-4ef4-b810-9a8f0a80ef21",
          "date": "2022-1-3",
          "title": "domestic title 04",
          "comments": [
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad9",
              "name": "takeda",
              "text": "It's so hard, my head is going to explode."
            },
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad8",
              "name": "yamada",
              "text": "It's so hard, my head is going to explode."
            },
            {
              "id": "6b999dda-f0cb-443a-abe1-9158cc537ad7",
              "name": "takahashi",
              "text": "It's so hard, my head is going to explode."
            }
          ]
        }
      ]
    }
  ]
}