You can get pairs by using the to_entries filter. It will transform the dict into an array of items: $ curl <url> | jq ".rates | to_entries" ...
確定! 回上一頁