I need to convert Json string e.g. ["value1","value2","value3","value4"] into a array of Tuples such as,
["value1","value2","value3","value4"]
Tupl