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