Convertor

YAML에서 JSON로 변환

YAML 설정을 엄격한 JSON으로 바꾸면 YAML을 해석하지 못하는 도구나 API에서도 사용할 수 있습니다.

원본
To

YAML

A human-friendly data format, popular for configuration files and settings.

JSON

The data format of the web. Structured, readable, and understood by every programming language.