我正在尝试从 google api JSON 响应中解析书籍数据
下面的链接给了我多本书的书籍数据
https://www.googleapis.com/books/v1/volumes?q=you%20can%20win&maxresults=40
使用 GoogleBooks ruby gem,我几乎无法弄清楚获取第一本书数据的方法
例如:first.book.title、first.book.author
有人可以帮我获取 JSON 中所有书籍的数据吗?
我正在尝试从 google api JSON 响应中解析书籍数据
下面的链接给了我多本书的书籍数据
https://www.googleapis.com/books/v1/volumes?q=you%20can%20win&maxresults=40
使用 GoogleBooks ruby gem,我几乎无法弄清楚获取第一本书数据的方法
例如:first.book.title、first.book.author
有人可以帮我获取 JSON 中所有书籍的数据吗?