public ParserOptions jsonParserFeatures()

in src/main/java/org/apache/sling/jcr/contentparser/ParserOptions.java [149:152]


    public ParserOptions jsonParserFeatures(EnumSet<JsonParserFeature> value) {
        this.jsonParserFeatures = value;
        return this;
    }