public JSONParserOptions withFeatures()

in src/main/java/org/apache/sling/contentparser/json/JSONParserOptions.java [46:49]


    public JSONParserOptions withFeatures(Set<JSONParserFeature> value) {
        this.features = Set.copyOf(value);
        return this;
    }