I am a beginner in android development. I want to fetch the value of a boolean "status" of the json data and perform some operation based on that value in kotlin.

This is my json data.

{
    "status": true,
    "message": Hello Good Morning!",
    "data": {
        "name": "XYZ",
        "updateNeeded": true,
        "organizationId": "1",
        "displayName": "ABC DEF",
        "established": "1990-01-01",
        "created": "2020-03-10"
}
0

There are 0 best solutions below