Searched refs:serverIpsArray (Results 1 – 1 of 1) sorted by relevance
49 JSONArray serverIpsArray = serverIpsObject.isArray(); in fromJson() local50 serverIps = new String[serverIpsArray.size()]; in fromJson()52 serverIps[i] = serverIpsArray.get(i).isString().stringValue(); in fromJson()68 JSONArray serverIpsArray = new JSONArray(); in toJson() local70 serverIpsArray.set(index, new JSONString(serverIps[index])); in toJson()72 object.put(JSON_FIELD_SERVER_IPS, serverIpsArray); in toJson()