如图 ,$.data.book[?(@.price<10)].author 是图上这个结果 我想取 所有满足 price<10 中的第一条 author 信息 我用的是这个 jsonpath $.data.book[?(@.price<10).author[0],抽取出来的是这个结果 [ "N", "H ] 请问应该怎么取