2017년 6월 12일 월요일

5. JAVA로 날씨정보, 대기정보 호출...

1. 날씨정보 분해하기

2. json 사용할 줄 알면 다 하는 그거..

3. jackson 2.8.9 사용함.
public static void parseWeather(String weatherInfo) {
  //System.out.println(weatherInfo);
  try {
   ObjectMapper mapper = new ObjectMapper();
   JsonNode root = mapper.readTree(weatherInfo);
   //System.out.println(root.path("weather"));
   System.out.println(root.path("weather").path("yesterday").get(0).findValue("sky")); //여러 정보가 오지만.. 난 날씨만 필요함
   System.out.println(root.path("result"));
  } catch (JsonProcessingException e1) {
   // TODO Auto-generated catch block
   e1.printStackTrace();
  } catch (IOException e1) {
   // TODO Auto-generated catch block
   e1.printStackTrace();
  }
 }

댓글 없음:

댓글 쓰기

BE Band (비밴드) - 2024년 03월 02일 잠실새내 락앤롤욱스 공연

나의 10~20대를 보낸 잠실에서의 공연.. 오랜만에 가보니.. 여기가.. 마눌님과 자주 가던 영화관이었는데... 여긴 뭐가 있었는데... 란 추억도 떠올리며 기분좋게 감.​ 공연장은 좀 협소한 편이었고, 인천의 쥐똥나무 보다는 약간 크고... 인천 ...