{"ScriptPreparationCode":"var testObj = { x: 1, y: 2 };\r\n","TestCases":[{"Name":"Lodash","Code":"_.forEach(testObj, function (value, key) {\r\n console.log(key, value);\r\n});\r\n","IsDeferred":false},{"Name":"Native","Code":"for (let key in testObj) {\r\n console.log(key, testObj[key]);\r\n}","IsDeferred":false}]}