Command-line tool for querying and processing (ND)JSON data
Command-line (ND)JSON querying
qp$ echo '{"name": "John", "age": 30}' | qp .name$ cat data.ndjson | qp 'select(.age > 25)'$ echo '{"user": {"id": 1, "email": "test@example.com"}}' | qp '.user | {id, email}'