예제 #1
0
 public JSONPath(String path) {
   this(path, SerializeConfig.getGlobalInstance(), ParserConfig.getGlobalInstance());
 }