Trying to convert json to string (Athena AWS) – Amazon Web Sevices
I have a json formatted like: myjson = {"key":["value1","value2"]} and a I want to convert it as string Sometime this json can return null: myjson = {"key":null} . I want to get the values as a string, but I get…