ok here is my json format
{
"success":true,
"user":{
"name":"example"
"email:"[email protected]"
}
}
ok by using Chopper Flutter it was easy just to get the user object by calling
response.body["user"]
however the current Chopper version ie the null safety is not stable...so how do you call this method in HTTP? to get the user object only...