Need help with this Sample json

See an example, using [Free] Json To Dictionary Extension

Json example
{
    "status": "ok",
    "rewards": [
        {
            "date": "27-10-2021",
            "to": "Dora"
        },
        {
            "date": "28-10-2021",
            "to": "Chris"
        }
    ]
}

image

1 Like