{"ScriptPreparationCode":"var someFloat = 0.123456789;","TestCases":[{"Name":"toFixed 2 decimals","Code":"someFloat.toFixed(2);","IsDeferred":false},{"Name":"toPrecision 2 decimals","Code":"someFloat.toPrecision(2)","IsDeferred":false},{"Name":"Math.round 2 decimals","Code":"Math.round(someFloat * 100 \u002B Number.EPSILON) / 100","IsDeferred":false}]}