Sean Posted on Jul 20, 2020 How can I update a JSON file using fetch? #explainlikeimfive #help Fetch I just started using fetch to make requests over http. I used to use axios, but I don't any more. I need to make changes to the json file using fetch, but I don't know how. What can I do? Top comments (1) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand MxL Devs MxL Devs MxL Devs Follow I write code. I scrape data. I build bots. Location Toronto Joined Jul 4, 2020 • Jul 20 '20 Dropdown menu Copy link Hide Take a step back. What are you trying to accomplish and why do you feel fetch is the appropriate tool for the job? Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Take a step back. What are you trying to accomplish and why do you feel
fetch
is the appropriate tool for the job?