FasterXML / FasterXML/jackson-dataformats-text
Parse YAML Keys with dots as dereferenced Map
Abierto
yaml
- Lenguaje dominante
- Java
- Estrellas
- 455
- Forks
- 164
- Merge medio
- 6 d 10 h
- PR fusionados (30 d)
- 2
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.