I'm successfully saving to a local JSON file using FileReference.save(), but subsequent calls to FileReference.save() append the new JSON string to any?previous JSON strings already in the file.
Is there a way to force the file to be fully overwritten by the new data string?
No comments:
Post a Comment