Support configuring jackson JsonParser. Feature ALLOW_COMMENTS
Open
enhancement
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 559
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 34
Description
I have some json files containing comments.
It is currently impossible to format them using spotless and jackson.
Formatting is failing mentioning that
[JsonParser.Feature.ALLOW_COMMENTS](https://fasterxml.github.io/jackson-core/javadoc/2.8/com/fasterxml/jackson/core/JsonParser.Feature.html) should be enabled.
There is currently no way to configure this in spotless
Contributor guide
Assessment
This issue has not been assessed yet.