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