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

https://github.com/wakeful/yaml2json

convert YAML to JSON.
https://github.com/wakeful/yaml2json

converter golang json yaml yaml2json

Last synced: 3 months ago
JSON representation

convert YAML to JSON.

Awesome Lists containing this project

README

          

# yaml2json

A small tool for converting YAML files into JSON.

## Usage

stdin pipe:

```
cat file.yml | yaml2json
```

or specify a file:

```
yaml2json path/file.yml
```