Merge branch 'feature-yaml_support' into 'develop'
Feature yaml support Issue #142 Now implemented a yaml parser and commandline argument to add values to config. Json still uses the old parser, when a file extension is ".yaml" the new parser is used. Later we might remove the old parser completely since SnakeYaml also supports json. See merge request !146