A
A
Andrey Shishkin2020-02-05 17:37:36
Spring
Andrey Shishkin, 2020-02-05 17:37:36

What is this yml construct?

one:
  two:
    three:
      four:
        "[some.property]": true
      five:
        "[some.another.property]": true


Interested in the design for four and five.
"[some.property]": true
Is this a map that has a String key "[some.property]" and a Boolean value ?
If so, do I understand correctly that in order to add another entry to the map, you need to do this:
four:
        "[some.property]": true
        "[another.property]": false

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question