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