Jackson 提供了 JsonPointer。但是,我想做类似https://github.com/json-path/JsonPath可以提供的事情。我如何在 JsonPointer 中描述这一点?:
$.store.book[?(@.price < 10)]
有人认为:
JsonPointer p = JsonPointer.compile("/store/book[????]");
Jackson 提供了 JsonPointer。但是,我想做类似https://github.com/json-path/JsonPath可以提供的事情。我如何在 JsonPointer 中描述这一点?:
$.store.book[?(@.price < 10)]
有人认为:
JsonPointer p = JsonPointer.compile("/store/book[????]");