codingSkill - sarasayhi/hello-world GitHub Wiki
JSONArray json = JSONArray.fromObject(str); List nodes= (List)JSONArray.toCollection(json, Node.class);
StringUtil.isNotNullOrEmpty(str); String[] ids = str.split(","); List list= Arrays.asList(ids); list.contains("test")