YAML to JSON converter
This project aims to easily convert any YAML document to JSON, using the cJSON library by Dave Gamble.
make deps
make- Parsing a YAML file:
bin/yaml2json example.yml - Parsing standard input:
cat example.yml | bin/yaml2json -
| Name | Name | Last commit date | ||
|---|---|---|---|---|
YAML to JSON converter
This project aims to easily convert any YAML document to JSON, using the cJSON library by Dave Gamble.
make deps
makebin/yaml2json example.ymlcat example.yml | bin/yaml2json -