Extract, filter, and transform values from any format
pick auto-detects the input format and lets you extract, filter, and
transform values using a unified selector syntax. Supports JSON, YAML,
TOML, .env, HTTP headers, logfmt, CSV, and more.
Features pipes (|), select() filters with regex, array slicing,
recursive descent (..), builtins (keys/values/length), set/del
mutations, output format conversion, and JSONL streaming.
No more juggling jq, yq, grep, awk, and cut for different formats.