public JSONParserOptions withFeatures()

in src/main/java/org/apache/sling/contentparser/json/JSONParserOptions.java [50:53]


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