I am trying to convert the JSONString value to the JSONArray for further processing. Currently my JSONString value comes as
["a","b","c","d"]
now all I need is to convert this JSONString to JSON Array so that I can easily iterate over the values. How can we achieve this using Json4s