Reputation: 1421
So I am working on a webpage (hosted on github pages) where I need to convert the data entered by the user to a json object and then saving it to a file on the github repo for later use.
So far, I've converted the data to a json object, but I'm facing difficulty in storing this object to a .json file in my github repository.
Any suggestions on this would be appreciated. Cheers.
Upvotes: 0
Views: 1459