标签: java jackson jsonpath
有没有办法基于Java字段生成JSONPath?例如:
{{1}}
如果我想生成JSONPath($ .person.friends [*]。name)以获取Person.friends.name,是否有Java库可以做到这一点?