using Requests, JSON r = get("https://api.github.com/users/juliohm") parse(r.data) # should JSON.Parser.parse work here?
確定! 回上一頁