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