FasterXML / FasterXML/jackson-dataformats-text
Parse YAML Keys with dots as dereferenced Map
Ouverte
yaml
- Langage dominant
- Java
- Étoiles
- 455
- Forks
- 164
- Merge moyen
- 6 j 10 h
- PR mergées (30 j)
- 2
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.