YAML 이란

사람이 읽을 수 있는 데이터 직렬화(serialization) 언어다.

주로, 컴퓨터 프로그램이나 어플리케이션에서 설정된 초기값이나 파라메터(입력되어야 하는 변수)등을 기록할 때 사용된다.

기본적인 요소 요약 링크

 

작성하는 방법

일단 내가 계속 에러가 났던 부분만 정리 

Whitespace indentation is used for denoting structure; however, tab characters are not allowed as part of that indentation.

List members are denoted by a leading  hyphen ( - ) with one member per line.

Strings (one type of scalar in YAML) are ordinarily unquoted, but may be enclosed in double-quotes  ("), or single-quotes (')

 

이걸 안 보고 작성을 했으니.... 에러가 미친듯이 나지.... 하... 

+ Recent posts