0

I have request json:

{
    "nargout":1, 
    "rhs":[1]
}

and the response:

{
    "lhs": [
        {
            "mwdata": [
                1
            ],
            "mwsize": [
                1,
                1
            ],
            "mwtype": "double"
        }
    ]
}

how set that into android studio with retrofit in kotlin? i just want to take mwdata as response

this is Content-Type: application/json by the way....

sorry for my bad english

AgnesHira
  • 3
  • 4

0 Answers0