{"ScriptPreparationCode":"window.obj = { foo: \u0027some string\u0027, bar: \u0027another\u0027, subObj: { hey: \u0027you\u0027, what: \u0027are you doing\u0027, ahey: \u0027you\u0027, bhey: \u0027you\u0027, chey: \u0027you\u0027, dhey: \u0027you\u0027, ehey: \u0027you\u0027, fhey: \u0027you\u0027, ghey: \u0027you\u0027 } }","TestCases":[{"Name":"Lodash deep clone","Code":"const objClone = _.cloneDeep(window.obj);","IsDeferred":false},{"Name":"Spread","Code":"const objClone = {...window.obj};","IsDeferred":false}]}