JSONPathFinder("http://fine-doc.oss-cn-shanghai.aliyuncs.com/book.json","$.store.book[?(@.price<10)]")这是过滤小于10的,能否过滤小于10并且category=='reference'。达到过滤多次的效果
https://github.com/json-path/JsonPath/blob/master/README.md