Skip to content

📦 Data & Encoding

CommandDescription
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/decodeBase64 encode/decode
bolt url encode/decodeURL encode/decode
bolt hex encode/decodeHex encode/decode

Released under the MIT License.