I have JSON:
{
"results":[
{
"age":21,
"source":{
"apple":"green"
}
}
],
"stat":"ok"
}
How can I assign the age value to the user_age variable in JSON in Kotlin? Or output the age value in JSON?