|
NAMEjson-yaml —
convert JSON to YAML
SYNOPSIS
DESCRIPTIONConvert JSON to YAML. Uses standard input if no filename is supplied.EXAMPLESConvert a file:$ json-yaml sample.json Piping from a web API call: $ curl -s
http://api.icndb.com/jokes/random | json-yaml SEE ALSOyaml-json(1)AUTHORSSijmen J. Mulder <ik@sjmulder.nl>
Visit the GSP FreeBSD Man Page Interface. |