{"ScriptPreparationCode":"var someFloat = 0.123456789;","TestCases":[{"Name":"toFixed(2)","Code":"someFloat.toFixed(4);","IsDeferred":false},{"Name":"math.round()*100 /100","Code":"(Math.round(someFloat*100)/100)","IsDeferred":false}]}