The problem is not the JSONArray.toString(), as @Selvin mentioned. From JSONArray source: /** * Encodes this array as a compact JSON string, ... ... <看更多>
I've got a Json array something like this as an example ["a", "2", "3"] and I'm trying to check for the existence of the values in the array ... ... <看更多>