-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does it support append file? #52
Comments
I have the same question. Its working well for me but it overwrites the existing json rather than adding to it |
Same here... this would be a perfect little json to file utility if it included jsonfile.appendFile() and jsonfile.appendFileSync() functionality too. |
👍 without this I cant use it. |
please support append file |
See my comments here, I think it's related. I had a similar issue, wanted to to hack our TL;DR - read the file in the object, update the update, and write the object back to the file afresh. |
As discussed in #67, you can use @jprichardson what are your thoughts here? |
Agreed. I'd prefer to rework (move to its own section) the README a bit to make it very clear and distinct on the two cases of appending or updating. |
is there a way to do append new objects to a file?
The text was updated successfully, but these errors were encountered: