node-jsondir icon indicating copy to clipboard operation
node-jsondir copied to clipboard

:open_file_folder: A NodeJS package to convert JSON objects to directories and back again.

Results 3 node-jsondir issues
Sort by recently updated
recently updated
newest added

Any particular reason why this package isn't win32 compatible? I am using this for a project right now that needs to be cross platform, and I just figured out that...

According to README: > All file operations are asynchronous. Love your callbacks. I count 4 occurrences of synchronous operations in `File.js`. I understand it makes the code easier to understand...

Some unit tests are missing and/or incomplete. Catalog and complete them.