Subversion Repositories eFlore/Applications.cel

Rev

Rev 732 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 732 Rev 973
Line 42... Line 42...
42
					JSONValue jsonValue = JSONParser.parse(response.getText());
42
					JSONValue jsonValue = JSONParser.parse(response.getText());
43
                    JSONArray jsonArray;
43
                    JSONArray jsonArray;
Line 44... Line 44...
44
 
44
 
Line 45... Line 45...
45
                    if ((jsonArray = jsonValue.isArray()) != null) {
45
                    if ((jsonArray = jsonValue.isArray()) != null) {
Line 46... Line 46...
46
   
46
   
47
                            String aname = Util.toCelString(((JSONString) jsonArray.get(0)).toString());
47
                            String aname = ((JSONString) jsonArray.get(0)).toString();
Line 48... Line 48...
48
                           
48