JS Extract Boolean из строки

JSON.parse("false".toLowerCase());  //returns false 
raj360