in src/main/java/org/apache/sling/jcr/contentparser/ParserOptions.java [153:156]
public ParserOptions jsonParserFeatures(JsonParserFeature... value) {
this.jsonParserFeatures = EnumSet.copyOf(Arrays.asList(value));
return this;
}