|
|
@ -146,8 +146,8 @@ public class JsonContext implements ParseContext, DocumentContext { |
|
|
|
if(jsonPath != null){ |
|
|
|
if(jsonPath != null){ |
|
|
|
return read(jsonPath); |
|
|
|
return read(jsonPath); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
jsonPath = compile(path, filters); |
|
|
|
jsonPath = compile(path, filters); |
|
|
|
cache.put(cacheKey, jsonPath); |
|
|
|
cache.put(cacheKey, jsonPath); |
|
|
|
return read(jsonPath); |
|
|
|
return read(jsonPath); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|