Examples (6)
Convert [y]AML to JSON (default) from `stdin` and write the result to `stdout`
yj < file.yml -yConvert [t]OML to [y]AML
yj < file.toml -tyConvert [j]SON to [t]OML with [i]ndentation
yj < file.json -jtiConvert H[c]L to [j]SON
yj < file.hcl -cjConvert [y]AML to H[c]L ignoring inf/[n]aN conversion
yj < file.yml -ycnDisplay [v]ersion
yj -vmade by @shridhargupta | data from tldr-pages