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();
  }
 }

댓글 없음:

댓글 쓰기

[낯선] 2026.06.20 이태원 MZK MuzikBar 공연

간만의 공연 이태원 비틀즈가 이전하여 MZK MuzikBar 로 새 단장 오픈을 한 뒤로 2번째 공연 새 베이시스트가 합류한 뒤로 첫 공연이기도 함.. 이래저래 틀린 부분도 많지만.. 그래도 간만에 그럭저럭 잘했다.. https://www.youtub...