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