Ramco Ramco

Ramco Ramco

  • 441
  • 3.4k
  • 522.8k

Display Data in a repeater

Feb 2 2023 12:51 PM

Hi

  I want to display data returned by Api in a repeater. I want to display id,title.

"kind": "youtube#videoCategoryListResponse",
  "etag": "fIIv2-q7-AkaOeJf0LPrlnu-0As",
  "items": [
    {
      "kind": "youtube#videoCategory",
      "etag": "grPOPYEUUZN3ltuDUGEWlrTR90U",
      "id": "1",
      "snippet": {
        "title": "Film & Animation",
        "assignable": true,
        "channelId": "UCBR8-60-B28hp2BmDPdntcQ"
      }
    },
    {
      "kind": "youtube#videoCategory",
      "etag": "Q0xgUf8BFM8rW3W0R9wNq809xyA",
      "id": "2",
      "snippet": {
        "title": "Autos & Vehicles",
        "assignable": true,
        "channelId": "UCBR8-60-B28hp2BmDPdntcQ"
      }
    },

Thanks


Answers (1)