FasterXML / FasterXML/jackson-dataformats-text
Parse YAML Keys with dots as dereferenced Map
Open
yaml
- Dominant language
- Java
- Stars
- 455
- Forks
- 164
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.