{"ScriptPreparationCode":null,"TestCases":[{"Name":"Native","Code":"var a = 0.1;\r\nvar b = 0.2;\r\na \u002B b\r\n","IsDeferred":false},{"Name":"decimal.js","Code":"var a = new Decimal(\u00220.1\u0022);\r\n\r\na.plus(.2).toNumber();\r\n","IsDeferred":false}]}