I'm trying to deal with JSON and I found /u200b (Zero width space) right before double values. I cant pares it right now, even setting the filed type to String. Here I can easily remove it, but how to deal with downloading content from a server?
  String testJson = "{" +
            "    \"name\": \"Aarhus\"," +
            "    \"latitude\": \u200B56.3," +
            "    \"longitude\": \u200B10.619," 
            " }";
 
     
     
    