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