我正在使用scalaj.http通过身份验证执行GET请求,并得到一个Json作为回报。
这是我的答复,如何从下面获取特定的键值并循环遍历我的答复。如何获得“名称”值?
result: scalaj.http.HttpResponse[String] =
HttpResponse({
"response":{"found":10,"start":0,"docs":[
{
"id":"10001",
"name":"scala",
"street":"easy street",
"country":"USA",
"state":"IL",
"zip":"56461"}]
}}