Difference between revisions of "YAML"
Jump to navigation
Jump to search
(Created page with "YAML (YAML Ain't Markup Language) is a human-readable data serialization language. Basic YAML file example with one record: <pre> # An employee record martin_smith...") |
|||
Line 25: | Line 25: | ||
skill: Basic | skill: Basic | ||
</pre> | </pre> | ||
+ | |||
+ | == Install == | ||
+ | * [[Ubuntu]]: <code>snap install yq</code> | ||
Revision as of 13:54, 22 December 2019
YAML (YAML Ain't Markup Language) is a human-readable data serialization language.
Basic YAML file example with one record:
# An employee record martin_smith: name: Martin Smith job: Developer skill: Elite
Basic YAML file example with two record:
# My employee records # An employee record - martin_smith: name: Martin Smith job: Developer skill: Elite # An employee record - Thomas_Edisson: name: Tomas Eddison job: Developer skill: Basic
Install
- Ubuntu:
snap install yq
Activities
- Write a YAML file and test it with yq:
yq r your_new_yaml_file.yml
[1] - Read 10 YAML tips for people who hate YAML https://www.redhat.com/sysadmin/yaml-tips. (yamllint)
- Read https://en.wikipedia.org/wiki/Comparison_of_data-serialization_formats
- Read stackoverflow YAML related questions: https://stackoverflow.com/questions/tagged/yaml?tab=Votes
See also
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.
Advertising: