hello
{"ScriptPreparationCode":"var pi = 3.14;\r\nvar another_pi = 3.14;","TestCases":[{"Name":"double","Code":"var a = pi == another_pi;","IsDeferred":false},{"Name":"triple","Code":" var a = pi === another_pi;","IsDeferred":false}]}