Is there an alternative to the "array_walk_recursive" php function that can be used for node.js?
var test = ['all',{'test':['kest','zest',{'aaa':'bbb'}]},['a',{'b':'c'},{'d':['e','f']}, 'g', ['h', "ı", ['i', 'j', ['k', 'l', {'m': 'n'}]]]]]
something like that data