Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/casualjim/yaml2json

convert yaml to json
https://github.com/casualjim/yaml2json

Last synced: 23 days ago
JSON representation

convert yaml to json

Awesome Lists containing this project

README

        

# yaml2json

Go binary to convert a yaml file or url to a json document.

## Install

```
go get -u github.com/casualjim/yaml2json
```

## Use

```
Usage of yaml2json:

yaml2json [YAML FILE OR URL]

-output string
Write to the file instead of to stdout
```