All Questions
1 question
1
vote
1
answer
1k
views
Nested Array Parsing for converting to a Json through Moshi
I have a JSON string of this format
{
"user": "sam",
"password": "abcd1234",
"categories":
[
{
"fruit name": "watermelon"
},
{
"fruit name":"jackfruit"
...