JsonPath仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexey Makeyev 97db5795bd fix for escaped backslash in property inside predicate 10 years ago
..
token smallfix for deep scan predicate (though, kind of redundant, but logic is clearer) 10 years ago
Cache.java Stab at fixing #94 cache problem. 10 years ago
CompiledPath.java Stab at fixing #94 cache problem. 10 years ago
DefaultsImpl.java move the default Defaults implementation to a separate class that is only loaded when needed, this makes it possible to exclude the json-smart dependency (see https://code.google.com/p/json-path/issues/detail?id=68) 10 years ago
EvaluationAbortException.java Added EvaluationListener support. 11 years ago
EvaluationContext.java Improved support for Gson and Jackson Providers. 11 years ago
JsonFormatter.java Remove unused logger from class 10 years ago
JsonReader.java Removed deprecated classes and some minor fixes. 10 years ago
Path.java Support write operations. 11 years ago
PathCompiler.java fix for escaped backslash in property inside predicate 10 years ago
PathRef.java consistently use setArrayIndex for arrays instead of setProperty 10 years ago
Utils.java added support of multiple object properties in non-leaf path node 10 years ago