![JAR search and dependency download from the Maven repository](/logo.png)
org.nlab.json.stream.jsonpath.path.PathRootNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-stream Show documentation
Show all versions of json-stream Show documentation
Json Streaming / JsonPath Matcher
The newest version!
package org.nlab.json.stream.jsonpath.path;
/**
* Created by nlabrot on 13/04/16.
*/
public class PathRootNode extends PathNode {
public PathRootNode(PathNode child) {
super(child);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy