How To Read This Json And Run For loop

{

    "data": [

        {

            "id": 1,

            "Title": "Hello This Is A Video Running Using Laravel Api",

            "Price": "258",

            "Brought": "300",

            "Thumbnail": "https://i.picsum.photos/id/418/536/354.jpg?hmac=J_m2f3vdFj8Qw3ZPoClXaIewgwAg3xXz-RfKL946nYE",

            "Src": "",

            "created_at": null,

            "updated_at": null

        },

        {

            "id": 2,

            "Title": "Hello This Is A Video Running Using Laravel Api",

            "Price": "258",

            "Brought": "300",

            "Thumbnail": "https://i.picsum.photos/id/325/536/354.jpg?hmac=caHNwL7MtaGEo2AedcXqGzr37xtkkK6NbAj59ViOzKM",

            "Src": "",

            "created_at": null,

            "updated_at": null

        }

    ],

    "Massage": "User Created"

}

How To Read This Json And Run “Data” Key On Loop


Use dictionary blocks…
Keys values

Hey Thanks

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.