SkillAgentSearch skills...

Y2j2y

yaml to json / json to yaml converter y(*^J^*)y

Install / Use

/learn @morikuni/Y2j2y
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

y2j2y

Build Status

yaml to json / json to yaml converter.

Install

Download from release page.

Example

$ cat yaml.yaml
yaml:
  hello: world
  array:
    - 1
    - 2
    - 3
    
$ cat yaml.yaml | yaml2json
{"yaml":{"hello":"world","array":[1,2,3]}}

% cat yaml.yaml | yaml2json | json2yaml
yaml:
  array:
  - 1
  - 2
  - 3
  hello: world
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks1

Languages

Go

Security Score

75/100

Audited on May 10, 2023

No findings