Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
JSON-YAML(1)		     General Commands Manual		    JSON-YAML(1)

NAME
     json-yaml -- convert JSON to YAML

SYNOPSIS
     json-yaml [file]

DESCRIPTION
     Convert JSON to YAML.  Uses standard input if no filename is supplied.

EXAMPLES
     Convert a file:

	   $ json-yaml sample.json

     Piping from a web API call:

	   $ curl -s http://api.icndb.com/jokes/random | json-yaml

SEE ALSO
     yaml-json(1)

AUTHORS
     Sijmen J. Mulder <ik@sjmulder.nl>

FreeBSD ports 15.quarterly	  July 30, 2018 		    JSON-YAML(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=json-yaml&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help