Skip to content

Command json2yaml converts JSON documents to YAML

License

Notifications You must be signed in to change notification settings

artyom/json2yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command json2yaml converts JSON documents to YAML

If you have Go installed, install this command with:

go install github.com/artyom/json2yaml@latest

If command is invoked as yaml2json, it converts in the opposite direction — from YAML to JSON. If your Go binaries are installed under the default $GOPATH/bin, then you can create a symlink like this:

ln -s -v json2yaml $(go env GOPATH)/bin/yaml2json

About

Command json2yaml converts JSON documents to YAML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages