hiya! I've been scrambling to fix this problem for a few hours and I can't seem to do it.
So the issue is that I want to replace a json value that I've collected from a http request and save it as a json variable
To visualise:
the http request value: { status: "success", data: { item: "red" }}
I wanna get the data and replace red to green and just save the data object
Thank you!!