https://github.com/artyom/json2yaml
Command json2yaml converts JSON documents to YAML
https://github.com/artyom/json2yaml
Last synced: about 1 month ago
JSON representation
Command json2yaml converts JSON documents to YAML
- Host: GitHub
- URL: https://github.com/artyom/json2yaml
- Owner: artyom
- License: mit
- Created: 2021-06-28T21:19:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T18:01:40.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T07:53:55.610Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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