{"ScriptPreparationCode":"window.obj = { foo: \u0027some string\u0027, bar: \u0027another\u0027, subObj: { hey: \u0027you\u0027, what: \u0027are you doing\u0027 } }","TestCases":[{"Name":"Lodash deep clone","Code":"const objClone = _.cloneDeep(window.obj);","IsDeferred":false},{"Name":"JSON.stringfy","Code":"const objClone = JSON.parse(JSON.stringify(window.obj));","IsDeferred":false}]}