how to json into hash ruby response = Faraday.get('https://api.github.com/users/your_username') r = JSON.parse(response.body, ...
確定! 回上一頁