Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinhoglund/yj
Simple utility for converting between yaml and json
https://github.com/colinhoglund/yj
Last synced: 15 days ago
JSON representation
Simple utility for converting between yaml and json
- Host: GitHub
- URL: https://github.com/colinhoglund/yj
- Owner: colinhoglund
- Created: 2020-05-02T22:06:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-02T19:37:23.000Z (almost 4 years ago)
- Last Synced: 2024-10-02T12:41:18.336Z (3 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yj
Simple utility for converting between yaml and json
## Usage
Installation
go get github.com/colinhoglund/yj
Conversion between yaml and json
yj test.json
yj test.yaml
cat test.yaml | yj
yj test.json | yj