10 November 2020

#YAML

YAML
How to write a multi-line string with YAML? What use cases is it good for?
How can you define multiple YAML components in one file?
True or False? Any valid JSON file is also a valid YAML file
What is YAML?
What is the difference between someMultiLineString: | to someMultiLineString: >?
What are placeholders in YAML?
  • YAML means yet another markup language. 
  • It is a data serialization language.
  • It uses space to define something
  • It is case sensitive.
  • It is language independent

No comments:

Post a Comment

Most views on this month