{  
   status:"success",
   user:{  
      id:"86",
      user_id:"83",
      user_profile_id:"777",
      first_name:"xxxx",
      last_name:"x1",
      full_name:"cccc2",
      country:"IN",
      state:"Karnataka",
      city:"Bangalore Urban",
      zip:"560052",
      timezone:null,
      timezone_id:null,
      photo:null,
      import_key:null,
      date_update:null,
      role:"22",
      status:"10",
      email:"mail@gmail.com",
      email_is_confirmed:"1",
      reg_date:"2016-03-18 11:08:32",
      last_login_date:"2016-03-18 11:10:40"
   },
   token:"iuwehry723ibf8f289ryfhu",
   saved:"0"
}
My API returns the above output. How can I print each value like so:
id = 86
user_id = 83
 
     
     
    