Cómo verificar si la clave está presente en JSON en PHP

if( isset( $mydata['user_id'] ) ){
   // do something
}
Smiling Spider