node-jsonfile
node-jsonfile copied to clipboard
Easily read/write JSON files.
readFile and readFileSync didn't exactly do the same thing. awaiting the readFile should have been inside of the try catch block and respect the throws options. (reading a file might...
Hi all! I'm working on an automated test generator and have been testing it by applying regression testing to a set of popular npm libraries, including yours! In [this commit](https://github.com/jprichardson/node-jsonfile/commit/e3d86e09e567992bca6b963fe181364cd3b095b4)...
Hello, Im trying to read/write json file, but it is not working, Im getting below error.     I Kept data.json same path where App.vue is exist.
is there a way to do append new objects to a file?
And bump the minimum nodejs version to the ones that support this. CI is updated accordingly. --- Using "node:" prefixed imports enables this library to be used with runtimes other...