{"ScriptPreparationCode":"var string = \u00271234\u0027;\r\nfunction toBoolean(value){\r\n return !!value\r\n}","TestCases":[{"Name":"Implicit coercion","Code":"!!string","IsDeferred":false},{"Name":"Ternary","Code":"string ? true : false","IsDeferred":false},{"Name":"Boolean","Code":"Boolean(string)","IsDeferred":false},{"Name":"Custom function","Code":"toBoolean(string)","IsDeferred":false},{"Name":"Equation","Code":"string == true","IsDeferred":false}]}