FasterXML / FasterXML/jackson-dataformats-text
Parse YAML Keys with dots as dereferenced Map
Offen
yaml
- Vorherrschende Sprache
- Java
- Sterne
- 455
- Forks
- 164
- Ø Merge
- 6 T. 10 Std.
- Gemergte PRs (30 T.)
- 2
Beschreibung
When parsing something like this
```
conf.user.password: "secret"
```
it should be parsed as
```
conf:
user:
password: "secret"
```
but it is parsed with the dots, as if those were valid key names.
Is there a configuration option for this? I have found no documentation whatsoever on this.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.