0

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"
}
cokeman19
  • 2,405
  • 1
  • 25
  • 40
Yogi
  • 71
  • 1

0 Answers0