io.inversion.json.JSVisitor Maven / Gradle / Ivy
The newest version!
package io.inversion.json;
public interface JSVisitor {
boolean visit(JSPointer path);
}
package io.inversion.json;
public interface JSVisitor {
boolean visit(JSPointer path);
}