📦 Data & Encoding
| Command | Description |
|---|---|
bolt json format [file] | Pretty print JSON |
bolt json minify [file] | Minify JSON |
bolt json query <path> [file] | Query JSON (GJSON syntax) |
bolt json validate [file] | Validate JSON syntax |
bolt json to-yaml [file] | Convert JSON → YAML |
bolt json from-yaml [file] | Convert YAML → JSON |
bolt base64 encode/decode | Base64 encode/decode |
bolt url encode/decode | URL encode/decode |
bolt hex encode/decode | Hex encode/decode |