项目作者: wakeful

项目描述 :
convert YAML to JSON.
高级语言: Go
项目地址: git://github.com/wakeful/yaml2json.git
创建时间: 2017-03-05T14:52:08Z
项目社区:https://github.com/wakeful/yaml2json

开源协议:BSD 2-Clause "Simplified" License

下载


yaml2json

A small tool for converting YAML files into JSON.

Usage

stdin pipe:

  1. cat file.yml | yaml2json

or specify a file:

  1. yaml2json path/file.yml