Create folder by parsing json data file.
Note - For the purpose of this example I will be using this path
/Users/lucas/dev/jsonfolder
1. Create json file:
- Must be an array.
- An object create a folder.
- Object must have name property and optional files property which is an array.
- String create a file, must be filled.
2. Start process:
Thanks 🙌
Top comments (0)