{"ScriptPreparationCode":"var x = 5.236;","TestCases":[{"Name":"Round floating number using lodash round function","Code":"_.round(x / 0, 2);\r\n","IsDeferred":false},{"Name":"Round floating number using toFixed()","Code":"Math.round(x / 0);\r\n","IsDeferred":false}]}