I received a JSON response like this:
xxx: ["fsd,das"]
I am looking for a way to remove the value "fsd" from the JSON object. The issue is that the response inside the JSON is not actually an array, but rather a CSV format. How can I go about deleting it? If anyone has a solution, please share.
Thank you