I was sending a data in json format like { a!tojson("fruit": "apple") } but the output i was getting { "fruit": ["apple"] }but i need without square brackets . 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""]", "[""", """]")