{"ScriptPreparationCode":"var someFloat = 0.123456789;","TestCases":[{"Name":"toFixed(2)","Code":"someFloat.toFixed(2)","IsDeferred":false},{"Name":"Round","Code":"Math.round(someFloat*100) / 100\r\n","IsDeferred":false}]}