DEV Community

Sean
Sean

Posted on

1

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?

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay