var data= JSON.parse(payload); if(data.output==false){ return 0; } else{ return 1; }