Or you could probably use the .replace("\"'","") method after the JSON transform e,g.
val String response = transform("JSONPATH", "$.status", json).replace("\"","")
Or you could probably use the .replace("\"'","") method after the JSON transform e,g.
val String response = transform("JSONPATH", "$.status", json).replace("\"","")