jprichardson / node-jsonfile

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

Provide methods which returns promises #123

Closed Johann-S closed 5 years ago

Johann-S commented 5 years ago

Hi @jprichardson,

Thanks for your lib 👍

I think it would be useful to provide methods which return a promise, what do you think ?

RyanZim commented 5 years ago

jsonfile already uses https://www.npmjs.com/package/universalify If you don't pass a callback, a promise will be returned.

Johann-S commented 5 years ago

Oh you're right thanks 👍