JS mengekstrak boolean dari string
JSON.parse("false".toLowerCase()); //returns false
raj360
JSON.parse("false".toLowerCase()); //returns false