jy

command
v0.0.0-...-06bcb55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2019 License: Unlicense Imports: 5 Imported by: 0

README

jy

YAML to JSON and JSON to YAML conversion utility

To build:

$ go build
$ cp jy yj

example usage:

$ echo '{ "a":1, "b": "xyz" } ' | jy
a: 1
b: xyz

$ echo '{ "a":1, "b": "xyz" } ' | jy | yj
{"a":1,"b":"xyz"}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL