{"ScriptPreparationCode":"var someFloat = 0.123456789;","TestCases":[{"Name":"toFixed","Code":"someFloat.toFixed(1);","IsDeferred":false},{"Name":"toPrecision","Code":"someFloat.toPrecision(1).toString();","IsDeferred":false},{"Name":"rounding","Code":"(Math.round(someFloat*10)/10).toString();","IsDeferred":false}]}