j2y icon indicating copy to clipboard operation
j2y copied to clipboard

A tiny CLI to convert JSON/YAML.

Results 1 j2y issues
Sort by recently updated
recently updated
newest added

test.yml ```yaml version: 2 files: efe ``` Command: ``` cat test.yml | ~/go/bin/j2y -r YAML -> JSON convert error. err: yaml: mapping values are not allowed in this context ```