I have a string like this:
"[\"fr\", \"sv\"]"
and I want to convert this string into an array like following.
["fr", "sv"]
I tried too many thing but not getting the expected outcome. Can anyone help?
I have a string like this:
"[\"fr\", \"sv\"]"
and I want to convert this string into an array like following.
["fr", "sv"]
I tried too many thing but not getting the expected outcome. Can anyone help?