request.POST 후에 온 결과를 json파싱에 관하여...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

request.POST 후에 온 결과를 json파싱에 관하여...

ngrinderTester
안녕하세요
groovy maven project로 eclipse와 연동하여 테스트 중입니다.
HTTPResponse result = request.POST("http://192.168.1.91:8080/svr/login/login", json.getBytes(), headers);
result에 결과 json을 받았을건데..
result에서 어떻게 json을 뽑아내나요?
참고로 request할때 Gson을 사용하여 json변환 후 POST 호출했구요.
받은 결과도 Gson으로 하려고 하는대 result에서 결과 json response string을 뽑아야 할거 같은대요.
Reply | Threaded
Open this post in threaded view
|

Re: request.POST 후에 온 결과를 json파싱에 관하여...

junoyoon
Administrator

http://junoyoon.tistory.com/m/post/entry/nGrinder-jsonjar-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0

를 참고하세요

2015. 9. 15. 오후 5:50에 "ngrinderTester [via ngrinder]" <[hidden email]>님이 작성:
안녕하세요
groovy maven project로 eclipse와 연동하여 테스트 중입니다.
HTTPResponse result = request.POST("http://192.168.1.91:8080/svr/login/login", json.getBytes(), headers);
result에 결과 json을 받았을건데..
result에서 어떻게 json을 뽑아내나요?
참고로 request할때 Gson을 사용하여 json변환 후 POST 호출했구요.
받은 결과도 Gson으로 하려고 하는대 result에서 결과 json response string을 뽑아야 할거 같은대요.


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/request-POST-json-tp1868.html
To start a new topic under ngrinder-user-kr, email [hidden email]
To unsubscribe from ngrinder-user-kr, click here.
NAML