I have a value in local variable of ["12hg"] i need a output of "12hg" and this value is in the json message . Could anyone please help me on this and thanks for advance
Discussion posts and replies are publicly visible
You could also use the extract() function.
extract("[""12hg""]", "[""", """]")