recursively generate filepaths from object properties
问题 I am using node.js and as a side project i am creating a module that reads a .json file ,parse it then create directory structure based on object properties & object values . Object properties (keys) would be the path to itself/to files & object values would be the list of files for that path i have tried to recurse downwards through the object but i dont know how i extract the path from the inner-most object of each object Also object would be dynamic as would be created by the user. var