Am running PHP Version 5.2.17 i got this error on below code
        // member information
        $json = json_encode([
            'email_address' => $email,
            'status'        => '',
        ]);
Am stuck don't know what wrong with my code, any help is appreciated
 
     
     
    