Read YAML file with Java
What is YAML file?
From Wikipedia:
YAML (a recursive acronym for “YAML Ain’t Markup Language”) is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted.
In this blog we will see how to read YAML files with the help of Java