php check if json has key code example Example: how to check if key is present in json in php if( isset( $mydata['user_id'] ) ){ // do something }