JsonPath : getting Path instead of Value

Hello,

Is it possible with gatling jsonPath implementation to get the Path instead of the Value with some option ?
Eg.
jsonpath("$..author")

would return

[ "$['store']['book'][0]['author']", "$['store']['book'][1]['author']", "$['store']['book'][2]['author']", "$['store']['book'][3]['author']" ]

instead of

[ "Nigel Rees", "Evelyn Waugh", "Herman Melville", "J. R. R. Tolkien" ]
Thanks in advance!

Helene

Hello,

No, that’s not possible.

Regards,

Thanks for your quick reply!

Regards,

Helene