jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Support for Promises #114

Closed nikeee closed 5 years ago

nikeee commented 5 years ago

Since Node has had promises for a while, it would be nice if we could use funcrions that return a promises.

RyanZim commented 5 years ago

We already support promises. If you don't pass a callback, you'll get a promise returned.

nikeee commented 5 years ago

Missed that. Sorry.