Skip to content
/ yaml2json Public
forked from bronze1man/yaml2json

a command line tool convert from yaml to json

License

Notifications You must be signed in to change notification settings

jgf/yaml2json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

yaml2json

Feature

  • zero config.
  • zero install.
  • support windows,linux,Mac os,freebsd,netbsd,openbsd,plan9 platform

Usage

shell

  • find the build of you platform
  • run echo "a: 1" | yaml2json to see result

read from file save to file

cat 1.yml | yaml2json > 2.json

Notice

  • if you do not know your mashine is 386 or amd64,you can use 386...
  • master branch may rewrite history to save space.
  • source branch save the history of source code.

Reference

https://github.com/peter-edge/go-yaml2json

About

a command line tool convert from yaml to json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 94.7%
  • Batchfile 5.3%