Skip to content

rusq/json2yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to YAML and back converter

This is a simple tool to convert JSON to YAML and back.

Usage

json2yaml < input.json > output.yaml

To convert YAML to JSON, create a symlink to the executable named yaml2json and use it the same way:

ln -s json2yaml yaml2json
yaml2json < input.yaml > output.json

Installation

go install github.com/rusq/json2yaml@latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages