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.
- Host: GitHub
- URL: https://github.com/wakeful/yaml2json
- Owner: wakeful
- License: bsd-2-clause
- Created: 2017-03-05T14:52:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-27T20:17:24.000Z (over 1 year ago)
- Last Synced: 2025-07-02T19:18:48.843Z (3 months ago)
- Topics: converter, golang, json, yaml, yaml2json
- Language: Go
- Homepage:
- Size: 75.2 KB
- Stars: 32
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```