Thursday, December 6, 2018

What is the Basic of YAML?

 Let us learn its basics with syntax and other operations. Remember that YAML includes a human readable structured format.

Rules for Creating YAML file

When you are creating a file in YAML, you should remember the following basic rules
  • YAML is case sensitive
  • The files should have .yaml as the extension
  • YAML does not allow the use of tabs while creating YAML files; spaces are allowed instead.
https://www.tutorialspoint.com/index.htm

No comments:

Post a Comment