Wildq Plugin
query structured data files with jq-like syntax
Commands
wildq self version— Print wildq versionwildq _ _— Passthrough to wildq CLI
Usage Examples
- "Query JSON data with jq syntax"
- "Extract fields from TOML"
- "Filter YAML data"
Installation
pip install wildq
Examples
wildq ".users[] | select(.age > 30)" data.json
wildq ".database.host" config.toml
cat data.yaml | wildq ".items[]"
Key Features
- jq-like query syntax
- TOML, JSON, INI, YAML support
- Filter and transform data
- Pipeline-friendly