Skip to content

Convert JSON to YAML using serde

License

Notifications You must be signed in to change notification settings

eldad/json2yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2yaml / yaml2json

Simple tool to convert between json and yaml using the excellent serde library.

Installation

Clone this repository and install locally with the following command:

$ cargo install --path .

Usage

Both json2yaml and yaml2json convert from standard input to standard output.

$ json2yaml < some.json > some.yaml
$ yaml2json < some.yaml > some.json

About

Convert JSON to YAML using serde

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages