Convertitore JSON/YAML
Converti tra JSON e YAML.
tools.json-yaml.toolInfo.title - Dettagli tecnici
tools.json-yaml.toolInfo.details
Alternativa da riga di comando
# Convert JSON to YAML (using yq)\nyq -P file.json > file.yaml\n\n# Convert YAML to JSON\nyq -o=json file.yaml > file.json