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