You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Igor Chubin
0bcedfb1d2
JSON and YAML in command line cheat sheets
| **Command** | **Command Description** |
|---------------|----------------------------------------------------------------------------------|
| `dasel` | Query and update data structures from the command line. |
| `fx` | Command-line JSON processing tool. |
| `gron` | Flatten JSON into discrete assignments, making it greppable. |
| `jc` | JSON CLI output parsing tool. |
| `jo` | Build JSON objects from the shell. |
| `jq` | Command-line JSON processor. |
| `jqnpm` | Node.js implementation of jq for JSON data processing. |
| `jshon` | JSON parsing utility for shell scripting. |
| `json2yaml` | Convert JSON to YAML format. |
| `json5` | JSON5 command-line tool for working with JSON5 data. |
| `jsonlint` | Validate and pretty-print JSON. |
| `json_pp` | Perl script to pretty-print JSON data. |
| `json-query` | Utility to query JSON data with a simple syntax. |
| `json_xs` | JSON conversion tool that leverages C libraries for speed in Perl. |
| `kwalify` | YAML and JSON schema validator. |
| `oko` | Object query language for JSON data. |
| `pyjq` | Python interface to the jq JSON processor. |
| `pyyaml` | Python library for parsing and emitting YAML. |
| `rtoml` | Rust tool for working with TOML data on the command line. |
| `shyaml` | Shell script to parse YAML and execute queries. |
| `syck` | YAML 1.0 parser for Ruby, Python, and PHP. |
| `underscore-cli`| Command-line utility for text processing with lodash-style syntax. |
| `y2j` | Convert YAML to JSON on the command line. |
| `yaml2json` | Convert YAML data to JSON format from the command line. |
| `yamldown` | Tool for managing Markdown files with YAML front-matter. |
| `yamllint` | Linter and format checker for YAML files. |
| `yaml-lint` | Command-line YAML syntax checker. |
| `yaml-tools` | Toolkit for analyzing and processing YAML files. |
| `yq` | Command-line YAML processor using jq syntax. |
|
11 months ago |
| .. |
|
lenchk
|
Fix incorrect Usage() information
|
5 years ago |