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

Easily read/write JSON files.

Results 4 node-jsonfile issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/10355473/101164039-8ddd9e00-365a-11eb-8456-07e2e5f6e7aa.png) ![image](https://user-images.githubusercontent.com/10355473/101164516-1bb98900-365b-11eb-8fb6-a55c0e4998a0.png) ![image](https://user-images.githubusercontent.com/10355473/101164786-971b3a80-365b-11eb-80e5-cef2c9ee0f83.png) ![image](https://user-images.githubusercontent.com/10355473/101168262-30991b00-3661-11eb-853f-52c19772cd91.png) I Kept data.json same path where App.vue is exist.

is there a way to do append new objects to a file?

enhancement
question