{"ScriptPreparationCode":"var person = { name: \u0027Foo\u0027, lastName: \u0027Bar\u0027, nested: {nested: {nested: 1}} };","TestCases":[{"Name":"Dot notation property setter","Code":"_.set(person, \u0027nested.nested.nested.age\u0027, 10)","IsDeferred":false},{"Name":"Lodash.set","Code":"person.nested.nested.nested.age = 10 ","IsDeferred":false}]}