JS mengekstrak boolean dari string

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