DEV Community

Sean
Sean

Posted on

How can I update a JSON file using fetch?

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)

Collapse
 
mxldevs profile image
MxL Devs

Take a step back. What are you trying to accomplish and why do you feel fetch is the appropriate tool for the job?