memo.xight.org

日々のメモ

jq - lightweight and flexible command-line JSON processor

Summary

jq はコマンドラインでJSONを扱うことができるコマンド。
フィルタ指定が必須なので、全部表示する場合は jq "." と指定すれば良い。

Install (Homebrew)

brew install jq

Usage

curl -s https://example.com/path/to/api | jq "."

Reference

github - jq
http://stedolan.github.io/jq/

jqコマンドが実は高性能すぎてビビッた話 - beatsync.net
http://beatsync.net/main/log20130428.html