I am trying to update a json file. I searched so much and I could not find any way to update a json file with node.js. If you have any answer please let me know.
thanks.
Asked
Active
Viewed 61 times
0
-
2you have seen this? https://stackoverflow.com/questions/10685998/how-to-update-a-value-in-a-json-file-and-save-it-through-node-js – user3192295 Oct 09 '21 at 19:01
-
Hi ! The only way I know is to read the file, parse the values and modify them, then rewrite the file :( – Philippe Oct 09 '21 at 19:01