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
Activity