jq-json-lookup
Installation
SKILL.md
jq JSON Lookup
Instructions
- Top-level keys:
jq -r 'keys[]' "<file>" - Nested:
jq -r '.section | keys[]' "<file>" - Value:
jq -r '.section.key' "<file>" - Never use ripgrep
--keys— jq only for JSON key discovery
jq -r 'keys[]' "<file>"jq -r '.section | keys[]' "<file>"jq -r '.section.key' "<file>"--keys — jq only for JSON key discovery