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