Como verificar se a chave está presente no JSON no PHP

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