var object = { list228: 1, otherList: { otherOtherList: { otherOtherListItem1: 1, otherOtherListItem2: 'blue' }, otherOtherListItem1: 'red' } }; the result should be
"listItem1" "subList > subSubList > subSubListItem1" var object = { list228: 1, otherList: { otherOtherList: { otherOtherListItem1: 1, otherOtherListItem2: 'blue' }, otherOtherListItem1: 'red' } }; the result should be
"listItem1" "subList > subSubList > subSubListItem1" Source: https://ru.stackoverflow.com/questions/626662/
All Articles