Having a yaml file with this structure
deployment:
env:
address:
-
name: "Bing"
uri: "https://bing.com"
-
name: "Google"
uri: "https://www.google.com"
foo: bla
How can I get this list of object in Java without use any framework like Spring.
I've been googling this thing and I can only find Spring reference